diff options
-rw-r--r-- | idl/inc/globals.hxx | 2 | ||||
-rw-r--r-- | idl/inc/module.hxx | 1 | ||||
-rw-r--r-- | idl/source/objects/module.cxx | 1 | ||||
-rw-r--r-- | idl/source/prj/globals.cxx | 1 | ||||
-rw-r--r-- | sc/sdi/scslots.sdi | 6 | ||||
-rw-r--r-- | sd/sdi/sdgslots.sdi | 6 | ||||
-rw-r--r-- | sd/sdi/sdslots.sdi | 6 | ||||
-rw-r--r-- | sw/sdi/swslots.sdi | 6 |
8 files changed, 8 insertions, 21 deletions
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx index 7b8858cdddf0..4663f579cade 100644 --- a/idl/inc/globals.hxx +++ b/idl/inc/globals.hxx @@ -70,7 +70,6 @@ struct SvGlobalHashNames SvStringHashEntryRef MM_ReadOnlyDoc; SvStringHashEntryRef MM_struct; SvStringHashEntryRef MM_SlotType; - SvStringHashEntryRef MM_ModulePrefix; SvStringHashEntryRef MM_DisableFlags; SvGlobalHashNames(); @@ -137,7 +136,6 @@ HASH_INLINE(ImageReflection) HASH_INLINE(ReadOnlyDoc) HASH_INLINE(struct) HASH_INLINE(SlotType) -HASH_INLINE(ModulePrefix) HASH_INLINE(DisableFlags) diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx index a8db97003dcd..dd09519fa8fb 100644 --- a/idl/inc/module.hxx +++ b/idl/inc/module.hxx @@ -28,7 +28,6 @@ class SvMetaModule : public SvMetaReference SvRefMemberList<SvMetaClass *> aClassList; // browser SvString aSlotIdFile; - SvString aModulePrefix; bool bImported : 1, bIsModified : 1; diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx index 59b04ce9c3dd..1a2971e6cfbc 100644 --- a/idl/source/objects/module.cxx +++ b/idl/source/objects/module.cxx @@ -51,7 +51,6 @@ void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase, rInStm.Seek( nTokPos ); } } - aModulePrefix.ReadSvIdl( SvHash_ModulePrefix(), rInStm ); } void SvMetaModule::ReadContextSvIdl( SvIdlDataBase & rBase, diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx index efca4afcf212..cb73712225b4 100644 --- a/idl/source/prj/globals.cxx +++ b/idl/source/prj/globals.cxx @@ -97,7 +97,6 @@ SvGlobalHashNames::SvGlobalHashNames() A_ENTRY(ReadOnlyDoc) A_ENTRY(struct) A_ENTRY(SlotType) - A_ENTRY(ModulePrefix) A_ENTRY(DisableFlags) {} diff --git a/sc/sdi/scslots.sdi b/sc/sdi/scslots.sdi index a25edbbef0b5..327af8781e72 100644 --- a/sc/sdi/scslots.sdi +++ b/sc/sdi/scslots.sdi @@ -16,11 +16,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -module -StarCalc +module StarCalc [ -SlotIdFile( "scslots.hrc" ) -ModulePrefix( "Sc" ) + SlotIdFile( "scslots.hrc" ) ] { struct ScProtection diff --git a/sd/sdi/sdgslots.sdi b/sd/sdi/sdgslots.sdi index dcd94495d1da..f6731011037d 100644 --- a/sd/sdi/sdgslots.sdi +++ b/sd/sdi/sdgslots.sdi @@ -15,11 +15,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -module -StarDraw +module StarDraw [ -SlotIdFile( "sdslots.hrc" ) -ModulePrefix( "Sd" ) + SlotIdFile( "sdslots.hrc" ) ] { include "sfxitems.sdi" diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi index 22a9317eef25..204cbfcafa2f 100644 --- a/sd/sdi/sdslots.sdi +++ b/sd/sdi/sdslots.sdi @@ -16,11 +16,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -module -StarDraw +module StarDraw [ -SlotIdFile( "sdslots.hrc" ) -ModulePrefix( "Sd" ) + SlotIdFile( "sdslots.hrc" ) ] { include "sfxitems.sdi" diff --git a/sw/sdi/swslots.sdi b/sw/sdi/swslots.sdi index d5a89f2ffddb..52e868cc22ce 100644 --- a/sw/sdi/swslots.sdi +++ b/sw/sdi/swslots.sdi @@ -16,11 +16,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -module -StarWriter +module StarWriter [ -SlotIdFile( "swslots.hrc" ) -ModulePrefix( "Sw" ) + SlotIdFile( "swslots.hrc" ) ] { include "sfxitems.sdi" |