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/sdi/sdgslots.sdi | |
parent | 8a79d044c067051bff3729fc14a18ac7382325ec (diff) |
remove unused ModulePrefix in *.SDI files
Change-Id: I92bb724259b6fd59af3a14810744cf1537ae2428
Diffstat (limited to 'sd/sdi/sdgslots.sdi')
-rw-r--r-- | sd/sdi/sdgslots.sdi | 6 |
1 files changed, 2 insertions, 4 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" |