From 323d91929fd25c9b5b8b9157a11523a6aa381eb8 Mon Sep 17 00:00:00 2001 From: AtomKrieg Date: Sun, 16 Sep 2018 11:20:12 +0300 Subject: [PATCH] Update zcl_excel_legacy_palette.clas.abap --- src/zcl_excel_legacy_palette.clas.abap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/zcl_excel_legacy_palette.clas.abap b/src/zcl_excel_legacy_palette.clas.abap index c3d19eb..14e6166 100644 --- a/src/zcl_excel_legacy_palette.clas.abap +++ b/src/zcl_excel_legacy_palette.clas.abap @@ -24,7 +24,9 @@ public section. methods SET_COLOR importing !IP_INDEX type I - !IP_COLOR type ZEXCEL_STYLE_COLOR_ARGB . + !IP_COLOR type ZEXCEL_STYLE_COLOR_ARGB + raising + ZCX_EXCEL . protected section. *"* protected components of class ZCL_EXCEL_LEGACY_PALETTE *"* do not include other source files here!!!