summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-08 09:01:57 +0200
committerNoel Grandin <noel@peralex.com>2016-02-08 14:00:37 +0200
commitaa9b67dda02bc596988196261205619e10a08f6f (patch)
treed8e3fad79535415e4cb34321273b504e5e5fd8f7
parentaTypeList,aAttrList in SvMetaModule are unused (diff)
downloadcore-aa9b67dda02bc596988196261205619e10a08f6f.tar.gz
core-aa9b67dda02bc596988196261205619e10a08f6f.zip
remove unnecessary module GUIDs in *.sdi files
Change-Id: I78784abc1031027d69bbe31d150bc78c8bfbfcf4
-rw-r--r--basctl/sdi/basslots.sdi2
-rw-r--r--idl/inc/module.hxx2
-rw-r--r--idl/source/objects/module.cxx13
-rw-r--r--sc/sdi/scslots.sdi2
-rw-r--r--sd/sdi/sdgslots.sdi2
-rw-r--r--sd/sdi/sdslots.sdi2
-rw-r--r--sfx2/sdi/sfxslots.sdi2
-rw-r--r--starmath/sdi/smslots.sdi2
-rw-r--r--svx/sdi/svxslots.sdi2
-rw-r--r--sw/sdi/swslots.sdi2
10 files changed, 0 insertions, 31 deletions
diff --git a/basctl/sdi/basslots.sdi b/basctl/sdi/basslots.sdi
index f85923cb7972..3074e714a83b 100644
--- a/basctl/sdi/basslots.sdi
+++ b/basctl/sdi/basslots.sdi
@@ -17,8 +17,6 @@
*/
module
-"6706E0E7-FB05-101B-804c-04021c007002"
-"6806E0E7-FB05-101B-804c-04021c007002"
BasicIDE
[
HelpText( "BasicIDE" )
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index fa316592d44b..a8db97003dcd 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -32,8 +32,6 @@ class SvMetaModule : public SvMetaReference
bool bImported : 1,
bIsModified : 1;
- SvGlobalName aBeginName;
- SvGlobalName aEndName;
protected:
virtual void ReadAttributesSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
virtual void ReadContextSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx
index 66b29c365607..59b04ce9c3dd 100644
--- a/idl/source/objects/module.cxx
+++ b/idl/source/objects/module.cxx
@@ -168,19 +168,6 @@ bool SvMetaModule::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm )
sal_uInt32 nTokPos = rInStm.Tell();
SvToken * pTok = rInStm.GetToken_Next();
bool bOk = pTok->Is( SvHash_module() );
- if( bOk )
- {
- pTok = rInStm.GetToken_Next();
- if( pTok->IsString() )
- bOk = aBeginName.MakeId(OStringToOUString(pTok->GetString(), RTL_TEXTENCODING_ASCII_US));
- }
- rInStm.ReadDelemiter();
- if( bOk )
- {
- pTok = rInStm.GetToken_Next();
- if( pTok->IsString() )
- bOk = aEndName.MakeId(OStringToOUString(pTok->GetString(), RTL_TEXTENCODING_ASCII_US));
- }
rInStm.ReadDelemiter();
if( bOk )
{
diff --git a/sc/sdi/scslots.sdi b/sc/sdi/scslots.sdi
index 41a711fafc82..b7b26eed39f7 100644
--- a/sc/sdi/scslots.sdi
+++ b/sc/sdi/scslots.sdi
@@ -17,8 +17,6 @@
*/
module
-"ADC7D7A1-2341-101C-A55A-04021C007002"
-"82528B40-234D-101C-A55A-04021C007002"
StarCalc
[
HelpText( "StarDivision StarCalc" ),
diff --git a/sd/sdi/sdgslots.sdi b/sd/sdi/sdgslots.sdi
index c3849603102c..a28b8e8410ad 100644
--- a/sd/sdi/sdgslots.sdi
+++ b/sd/sdi/sdgslots.sdi
@@ -16,8 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
module
-"2DADF501-1F00-101C-A2E4-00001B4C5CE7"
-"33A1C840-1F00-101C-A2E4-00001B4C5CE7"
StarDraw
[
HelpText( "StarDraw Application" )
diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi
index 32f796a5e1a2..57e9bbcc7a6f 100644
--- a/sd/sdi/sdslots.sdi
+++ b/sd/sdi/sdslots.sdi
@@ -17,8 +17,6 @@
*/
module
-"2DADF501-1F00-101C-A2E4-00001B4C5CE7"
-"33A1C840-1F00-101C-A2E4-00001B4C5CE7"
StarDraw
[
HelpText( "StarDraw Application" )
diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi
index 59a156488afe..f7e9f87f0974 100644
--- a/sfx2/sdi/sfxslots.sdi
+++ b/sfx2/sdi/sfxslots.sdi
@@ -17,8 +17,6 @@
*/
module
-"384E40E0-1F22-101C-9961-04021C007002"
-"5A30E000-1F22-101C-9961-04021C007002"
StarApplicationFrame
[
HelpText( "StarDivision Application Framework" ),
diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi
index f32d26f2d151..49144107fde0 100644
--- a/starmath/sdi/smslots.sdi
+++ b/starmath/sdi/smslots.sdi
@@ -17,8 +17,6 @@
*/
module
-"312C4240-35E7-101C-B12A-04021C007002"
-"58216740-35E7-101C-B12A-04021C007002"
StarMath
[
HelpText ( "StarMath Application" )
diff --git a/svx/sdi/svxslots.sdi b/svx/sdi/svxslots.sdi
index 4e501cb8da6d..ba729718da4d 100644
--- a/svx/sdi/svxslots.sdi
+++ b/svx/sdi/svxslots.sdi
@@ -16,8 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
module
-"BD25A480-30AB-101C-A17D-000024021828"
-"C049C7E0-30AB-101C-A17D-000024021828"
SvxItems
[
HelpText( "Svx-Items" )
diff --git a/sw/sdi/swslots.sdi b/sw/sdi/swslots.sdi
index dd9a772f86dd..9b584603cff3 100644
--- a/sw/sdi/swslots.sdi
+++ b/sw/sdi/swslots.sdi
@@ -17,8 +17,6 @@
*/
module
-"9F76B581-23DD-101C-80B6-000024021835"
-"A1810F00-23DE-101C-80B6-000024021835"
StarWriter
[
HelpText( "StarWriter Application" )