summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-04 10:36:32 +0200
committerNoel Grandin <noel@peralex.com>2016-02-05 08:01:42 +0200
commit114904097baa0a456b59d168742c04a1c73432a8 (patch)
treed07c5937b77182dc26ed9cb88623cd4394601c21 /sc/sdi
parentf811edfa9a0faaee2551be1fd9e401dfb4168a10 (diff)
remove unused UUID and VERSION from .SDI files
Change-Id: Ieb3e47c10c497a6f642f28a6741ac0fd2ecfd419
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/app.sdi3
-rw-r--r--sc/sdi/cellsh.sdi12
-rw-r--r--sc/sdi/docsh.sdi14
-rw-r--r--sc/sdi/formatsh.sdi6
-rw-r--r--sc/sdi/tabvwsh.sdi24
5 files changed, 1 insertions, 58 deletions
diff --git a/sc/sdi/app.sdi b/sc/sdi/app.sdi
index a61c68497fab..d8f2dcea4fdb 100644
--- a/sc/sdi/app.sdi
+++ b/sc/sdi/app.sdi
@@ -17,9 +17,6 @@
*/
interface StarCalc
-[
- uuid ( "AB3257C0-07D7-11CF-89CB-008029E4B0B1" )
-]
{
FID_AUTOCOMPLETE [ ExecMethod = Execute; StateMethod = GetState; ]
SID_DETECTIVE_AUTO [ ExecMethod = Execute; StateMethod = GetState; ]
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index 1f1058a54b8f..126c6f79ec3b 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -18,9 +18,6 @@
interface CellSelection
-[
- uuid ( "D7680520-137B-11D3-B25B-006097DA68F3" )
-]
{
SbxObject Movement
[
@@ -242,9 +239,6 @@ interface CellSelection
interface CellMovement
-[
- uuid ( "FF2E35C0-137B-11D3-B25B-006097DA68F3" )
-]
{
SID_NEXT_TABLE
[
@@ -421,9 +415,6 @@ interface CellMovement
interface RangeSelection
-[
- uuid ( "0CAB4620-137C-11D3-B25B-006097DA68F3" )
-]
{
import CellSelection;
import FormatForSelection;
@@ -432,9 +423,6 @@ interface RangeSelection
}
interface Cell
-[
- uuid ( "F0645A00-1921-11D3-B25B-006097DA68F3" )
-]
{
import CellSelection;
import CellMovement;
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi
index ab22bbf4a8d9..d103ee7fb7d7 100644
--- a/sc/sdi/docsh.sdi
+++ b/sc/sdi/docsh.sdi
@@ -18,9 +18,6 @@
interface TableSelection
-[
- uuid = "BA338A41-064E-11d0-89CB-008029E4B0B1" ;
-]
{
SID_DELETE_PRINTAREA [ ExecMethod = Execute; StateMethod = GetState; ]
SID_OPENDLG_EDIT_PRINTAREA [ ExecMethod = Execute; StateMethod = GetState; ]
@@ -59,9 +56,6 @@ interface TableSelection
interface TableDocument
-[
- uuid = "BA338A42-064E-11d0-89CB-008029E4B0B1" ;
-]
{
SID_OPEN_CALC [ ExecMethod = Execute; StateMethod = GetState; ]
SID_SBA_IMPORT [ ExecMethod = Execute; StateMethod = GetState; ]
@@ -77,10 +71,7 @@ interface TableDocument
SID_PIVOT_GET [ StateMethod = GetSbxState; ]
SID_SC_ACTIVEOBJECT [ StateMethod = GetDrawObjState; ]
SID_ATTR_YEAR2000 [ StateMethod = GetState; ExecMethod = Execute; ]
- SbxObject OLEObjects
- [
- IsCollection ;
- ]
+ SbxObject OLEObjects []
SID_CHART_SOURCE [ ExecMethod = Execute; ]
SID_CHART_ADDSOURCE [ ExecMethod = Execute; ]
FID_AUTO_CALC [ ExecMethod = Execute; StateMethod = GetState; ]
@@ -106,9 +97,6 @@ interface TableDocument
shell ScDocShell
-[
- uuid ( "3F543FA0-B6A6-101B-9961-04021C007002" )
-]
{
import TableDocument;
}
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi
index 8846b505207f..782f99b39b33 100644
--- a/sc/sdi/formatsh.sdi
+++ b/sc/sdi/formatsh.sdi
@@ -18,9 +18,6 @@
interface TableFont
-[
- uuid ( "2E4AC1C0-137C-11D3-B25B-006097DA68F3" )
-]
{
SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ]
SID_ATTR_CHAR_PREVIEW_FONT [ ExecMethod = ExecuteAttr; ]
@@ -40,9 +37,6 @@ interface TableFont
interface FormatForSelection
-[
- uuid ( "40F448A0-137C-11D3-B25B-006097DA68F3" )
-]
{
//Auch das Basic muss wieder laufen
SbxObject Font SID_PROP_FONT
diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi
index b73886b02a74..7a08418357b1 100644
--- a/sc/sdi/tabvwsh.sdi
+++ b/sc/sdi/tabvwsh.sdi
@@ -19,9 +19,6 @@
interface TableOLEObject
-[
- uuid ( "C04AA960-137B-11D3-B25B-006097DA68F3" )
-]
{
SID_ACTIVE_OBJ_NAME [ StateMethod = GetObjectState; ]
SID_OLE_OBJECT [ StateMethod = GetObjectState; ]
@@ -36,9 +33,6 @@ interface TableOLEObject
interface Tables
-[
- uuid = "5692EFC0-355B-11cf-89CB-008029E4B0B1" ;
-]
{
FID_TAB_SELECTALL [ ExecMethod = Execute; StateMethod = GetState; ]
FID_TAB_DESELECTALL [ ExecMethod = Execute; StateMethod = GetState; ]
@@ -55,9 +49,6 @@ interface Tables
interface BaseSelection
-[
- uuid = "02ABE040-137B-11D3-B25B-006097DA68F3" ;
-]
{
// Einfuegen von Objekten {
@@ -132,9 +123,6 @@ interface BaseSelection
}
interface TableEditView
-[
- uuid ( "16D7E4A0-2FB4-11CF-89CB-008029E4B0B1" )
-]
{
SbxObject SearchSettings
[
@@ -230,32 +218,20 @@ interface TableEditView
interface DataPilotTables
-[
- uuid ( "86DB0400-4EE6-11d1-89CB-008029E4B0B1" )
-]
{
}
interface DataPilotTable
-[
- uuid ( "E8DBA2C1-4C5E-11d1-89CB-008029E4B0B1" )
-]
{
SbxObject DataPilotFields SID_PIVOT_FIELDS
[ HelpText = "" ; ]
}
interface DataPilotFields
-[
- uuid ( "BA09AF20-4C70-11d1-89CB-008029E4B0B1" )
-]
{
}
interface DataPilotField
-[
- uuid ( "D2C2C540-4C8B-11d1-89CB-008029E4B0B1" )
-]
{
String FieldName SID_PFIELD_NAME
[ HelpText = "" ; ]