diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 09:02:18 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 14:00:37 +0200 |
commit | 8a79d044c067051bff3729fc14a18ac7382325ec (patch) | |
tree | 688e4306cdb1e1465a7d8b48b1f9cf2b91277570 /sc/sdi/tabvwsh.sdi | |
parent | aa9b67dda02bc596988196261205619e10a08f6f (diff) |
remove unused HelpText attribute from *.sdi files
Change-Id: I21bcf66c552cd38eaae1bdc85626aa9bd1782ebd
Diffstat (limited to 'sc/sdi/tabvwsh.sdi')
-rw-r--r-- | sc/sdi/tabvwsh.sdi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index 4597f16dee25..9faeb47b1429 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -223,7 +223,6 @@ interface DataPilotTables interface DataPilotTable { SbxObject DataPilotFields SID_PIVOT_FIELDS - [ HelpText = "" ; ] } interface DataPilotFields @@ -233,11 +232,8 @@ interface DataPilotFields interface DataPilotField { String FieldName SID_PFIELD_NAME - [ HelpText = "" ; ] UINT16 Orientation SID_PFIELD_ORIENTATION - [ HelpText = "" ; ] UINT16 Function SID_PFIELD_FUNCTION - [ HelpText = "" ; ] } @@ -248,7 +244,6 @@ shell ScTabViewShell import Tables "ActiveDocument.Tables"; import BaseSelection; import TableEditView; -// import SearchSettings; SID_STATUS_PAGESTYLE [ ExecMethod = Execute; StateMethod = GetState; ] |