diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 09:56:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 14:00:37 +0200 |
commit | e137c4028ce5ceb2bbf988f47875e6b5e2c9764f (patch) | |
tree | 95dda261bc968f4482140080aae1f80853906d94 /sd | |
parent | 8a79d044c067051bff3729fc14a18ac7382325ec (diff) |
remove unused ModulePrefix in *.SDI files
Change-Id: I92bb724259b6fd59af3a14810744cf1537ae2428
Diffstat (limited to 'sd')
-rw-r--r-- | sd/sdi/sdgslots.sdi | 6 | ||||
-rw-r--r-- | sd/sdi/sdslots.sdi | 6 |
2 files changed, 4 insertions, 8 deletions
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" |