Kaydet (Commit) e137c402 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused ModulePrefix in *.SDI files

Change-Id: I92bb724259b6fd59af3a14810744cf1537ae2428
üst 8a79d044
...@@ -70,7 +70,6 @@ struct SvGlobalHashNames ...@@ -70,7 +70,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef MM_ReadOnlyDoc; SvStringHashEntryRef MM_ReadOnlyDoc;
SvStringHashEntryRef MM_struct; SvStringHashEntryRef MM_struct;
SvStringHashEntryRef MM_SlotType; SvStringHashEntryRef MM_SlotType;
SvStringHashEntryRef MM_ModulePrefix;
SvStringHashEntryRef MM_DisableFlags; SvStringHashEntryRef MM_DisableFlags;
SvGlobalHashNames(); SvGlobalHashNames();
...@@ -137,7 +136,6 @@ HASH_INLINE(ImageReflection) ...@@ -137,7 +136,6 @@ HASH_INLINE(ImageReflection)
HASH_INLINE(ReadOnlyDoc) HASH_INLINE(ReadOnlyDoc)
HASH_INLINE(struct) HASH_INLINE(struct)
HASH_INLINE(SlotType) HASH_INLINE(SlotType)
HASH_INLINE(ModulePrefix)
HASH_INLINE(DisableFlags) HASH_INLINE(DisableFlags)
......
...@@ -28,7 +28,6 @@ class SvMetaModule : public SvMetaReference ...@@ -28,7 +28,6 @@ class SvMetaModule : public SvMetaReference
SvRefMemberList<SvMetaClass *> aClassList; SvRefMemberList<SvMetaClass *> aClassList;
// browser // browser
SvString aSlotIdFile; SvString aSlotIdFile;
SvString aModulePrefix;
bool bImported : 1, bool bImported : 1,
bIsModified : 1; bIsModified : 1;
......
...@@ -51,7 +51,6 @@ void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase, ...@@ -51,7 +51,6 @@ void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase,
rInStm.Seek( nTokPos ); rInStm.Seek( nTokPos );
} }
} }
aModulePrefix.ReadSvIdl( SvHash_ModulePrefix(), rInStm );
} }
void SvMetaModule::ReadContextSvIdl( SvIdlDataBase & rBase, void SvMetaModule::ReadContextSvIdl( SvIdlDataBase & rBase,
......
...@@ -97,7 +97,6 @@ SvGlobalHashNames::SvGlobalHashNames() ...@@ -97,7 +97,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY(ReadOnlyDoc) A_ENTRY(ReadOnlyDoc)
A_ENTRY(struct) A_ENTRY(struct)
A_ENTRY(SlotType) A_ENTRY(SlotType)
A_ENTRY(ModulePrefix)
A_ENTRY(DisableFlags) A_ENTRY(DisableFlags)
{} {}
......
...@@ -16,11 +16,9 @@ ...@@ -16,11 +16,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
module module StarCalc
StarCalc
[ [
SlotIdFile( "scslots.hrc" ) SlotIdFile( "scslots.hrc" )
ModulePrefix( "Sc" )
] ]
{ {
struct ScProtection struct ScProtection
......
...@@ -15,11 +15,9 @@ ...@@ -15,11 +15,9 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
module module StarDraw
StarDraw
[ [
SlotIdFile( "sdslots.hrc" ) SlotIdFile( "sdslots.hrc" )
ModulePrefix( "Sd" )
] ]
{ {
include "sfxitems.sdi" include "sfxitems.sdi"
......
...@@ -16,11 +16,9 @@ ...@@ -16,11 +16,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
module module StarDraw
StarDraw
[ [
SlotIdFile( "sdslots.hrc" ) SlotIdFile( "sdslots.hrc" )
ModulePrefix( "Sd" )
] ]
{ {
include "sfxitems.sdi" include "sfxitems.sdi"
......
...@@ -16,11 +16,9 @@ ...@@ -16,11 +16,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
module module StarWriter
StarWriter
[ [
SlotIdFile( "swslots.hrc" ) SlotIdFile( "swslots.hrc" )
ModulePrefix( "Sw" )
] ]
{ {
include "sfxitems.sdi" include "sfxitems.sdi"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment