From 59f270b682f8c65a26da8d130df09f9db4caff87 Mon Sep 17 00:00:00 2001 From: larshp Date: Sat, 24 Nov 2018 11:12:35 +0000 Subject: [PATCH] replace tabs with spaces --- src/zcl_excel_column.clas.abap | 2 +- src/zcl_excel_columns.clas.abap | 2 +- src/zcl_excel_common.clas.testclasses.abap | 4 ++-- src/zcl_excel_converter.clas.abap | 2 +- src/zcl_excel_converter.clas.locals_def.abap | 14 +++++++------- src/zcl_excel_data_validation.clas.abap | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/zcl_excel_column.clas.abap b/src/zcl_excel_column.clas.abap index 6ff909c..4e45418 100644 --- a/src/zcl_excel_column.clas.abap +++ b/src/zcl_excel_column.clas.abap @@ -108,7 +108,7 @@ method CONSTRUCTOR. me->width = -1. me->auto_size = abap_false. me->visible = abap_true. - me->outline_level = 0. + me->outline_level = 0. me->collapsed = abap_false. me->excel = ip_excel. "ins issue #157 - Allow Style for columns me->worksheet = ip_worksheet. "ins issue #157 - Allow Style for columns diff --git a/src/zcl_excel_columns.clas.abap b/src/zcl_excel_columns.clas.abap index 29b8648..1a2f81b 100644 --- a/src/zcl_excel_columns.clas.abap +++ b/src/zcl_excel_columns.clas.abap @@ -59,7 +59,7 @@ CLASS ZCL_EXCEL_COLUMNS IMPLEMENTATION. insert LS_HASHED_COLUMN into table COLUMNS_HASEHD . - COLUMNS->ADD( IO_COLUMN ). + COLUMNS->ADD( IO_COLUMN ). endmethod. diff --git a/src/zcl_excel_common.clas.testclasses.abap b/src/zcl_excel_common.clas.testclasses.abap index 0d73183..2aef200 100644 --- a/src/zcl_excel_common.clas.testclasses.abap +++ b/src/zcl_excel_common.clas.testclasses.abap @@ -666,9 +666,9 @@ CLASS lcl_excel_common_test IMPLEMENTATION. METHOD split_file. * ============================ - DATA: ep_file TYPE text255, + DATA: ep_file TYPE text255, ep_extension TYPE char10, - ep_dotextension TYPE char10. + ep_dotextension TYPE char10. * Test 1. Basic conversion diff --git a/src/zcl_excel_converter.clas.abap b/src/zcl_excel_converter.clas.abap index f14144b..48e6aa3 100644 --- a/src/zcl_excel_converter.clas.abap +++ b/src/zcl_excel_converter.clas.abap @@ -1036,7 +1036,7 @@ method GET_FILE. method GET_FUNCTION_NUMBER. -*Number Function +*Number Function *1 AVERAGE *2 COUNT *3 COUNTA diff --git a/src/zcl_excel_converter.clas.locals_def.abap b/src/zcl_excel_converter.clas.locals_def.abap index 35d1d10..c1e3c47 100644 --- a/src/zcl_excel_converter.clas.locals_def.abap +++ b/src/zcl_excel_converter.clas.locals_def.abap @@ -28,9 +28,9 @@ TYPES: BEGIN OF ts_subtotal_rows, TYPES: BEGIN OF ts_styles, type TYPE char1, - alignment TYPE zexcel_alignment, - inttype TYPE inttype, - decimals TYPE int1, + alignment TYPE zexcel_alignment, + inttype TYPE inttype, + decimals TYPE int1, style TYPE REF TO zcl_excel_style, guid TYPE zexcel_cell_style, END OF ts_styles, @@ -38,10 +38,10 @@ TYPES: BEGIN OF ts_styles, tt_styles TYPE HASHED TABLE OF ts_styles WITH UNIQUE KEY type alignment inttype decimals. TYPES: BEGIN OF ts_color_styles, - guid_old TYPE zexcel_cell_style, - fontcolor TYPE zexcel_style_color_argb, - fillcolor TYPE zexcel_style_color_argb, - style_new TYPE REF TO zcl_excel_style, + guid_old TYPE zexcel_cell_style, + fontcolor TYPE zexcel_style_color_argb, + fillcolor TYPE zexcel_style_color_argb, + style_new TYPE REF TO zcl_excel_style, END OF ts_color_styles, tt_color_styles TYPE HASHED TABLE OF ts_color_styles WITH UNIQUE KEY guid_old fontcolor fillcolor. diff --git a/src/zcl_excel_data_validation.clas.abap b/src/zcl_excel_data_validation.clas.abap index b2c623c..796edf9 100644 --- a/src/zcl_excel_data_validation.clas.abap +++ b/src/zcl_excel_data_validation.clas.abap @@ -70,8 +70,8 @@ method CONSTRUCTOR. operator = ''. allowblank = abap_false. showdropdown = abap_false. - showinputmessage = abap_true. - showerrormessage = abap_true. + showinputmessage = abap_true. + showerrormessage = abap_true. errortitle = ''. error = ''. prompttitle = ''.