delete unused customui objects (#832)

closes #803

Co-authored-by: sandraros <34005250+sandraros@users.noreply.github.com>
This commit is contained in:
Lars Hvam 2021-10-08 22:56:13 +02:00 committed by GitHub
parent d722718970
commit 9bbc35a3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 96 deletions

View File

@ -1,20 +0,0 @@
CLASS zcl_excel_customui DEFINITION
PUBLIC
FINAL
CREATE PUBLIC .
PUBLIC SECTION.
*"* public components of class ZCL_EXCEL_CUSTOMUI
*"* do not include other source files here!!!
PROTECTED SECTION.
*"* protected components of class ZCL_EXCEL_CUSTOMUI
*"* do not include other source files here!!!
PRIVATE SECTION.
*"* private components of class ZCL_EXCEL_CUSTOMUI
*"* do not include other source files here!!!
ENDCLASS.
CLASS zcl_excel_customui IMPLEMENTATION.
ENDCLASS.

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<VSEOCLASS>
<CLSNAME>ZCL_EXCEL_CUSTOMUI</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>Excel customUI</DESCRIPT>
<STATE>1</STATE>
<CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT>
<UNICODE>X</UNICODE>
</VSEOCLASS>
</asx:values>
</asx:abap>
</abapGit>

View File

@ -1,22 +0,0 @@
CLASS zcl_excel_customui_button DEFINITION
PUBLIC
FINAL
CREATE PUBLIC .
PUBLIC SECTION.
*"* public components of class ZCL_EXCEL_CUSTOMUI_BUTTON
*"* do not include other source files here!!!
INTERFACES zif_excel_customui_element .
PROTECTED SECTION.
*"* protected components of class ZCL_EXCEL_CUSTOMUI_BUTTON
*"* do not include other source files here!!!
PRIVATE SECTION.
*"* private components of class ZCL_EXCEL_CUSTOMUI_BUTTON
*"* do not include other source files here!!!
ENDCLASS.
CLASS zcl_excel_customui_button IMPLEMENTATION.
ENDCLASS.

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<VSEOCLASS>
<CLSNAME>ZCL_EXCEL_CUSTOMUI_BUTTON</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>Excel customUI Button</DESCRIPT>
<STATE>1</STATE>
<CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT>
<UNICODE>X</UNICODE>
</VSEOCLASS>
</asx:values>
</asx:abap>
</abapGit>

View File

@ -1,7 +0,0 @@
INTERFACE zif_excel_customui_element
PUBLIC .
DATA id TYPE string .
DATA label TYPE string .
ENDINTERFACE.

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<abapGit version="v1.0.0" serializer="LCL_OBJECT_INTF" serializer_version="v1.0.0">
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<VSEOINTERF>
<CLSNAME>ZIF_EXCEL_CUSTOMUI_ELEMENT</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>Excel customUI element</DESCRIPT>
<EXPOSURE>2</EXPOSURE>
<STATE>1</STATE>
<UNICODE>X</UNICODE>
</VSEOINTERF>
</asx:values>
</asx:abap>
</abapGit>