diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 08:30:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 08:35:25 +0200 |
commit | 91dd3ed6980a55b817bbff64fabd081d778af9ce (patch) | |
tree | 511af747310b8ba2dd52afe979cd6f700539f616 /sfx2 | |
parent | b14224fe97b8a44232c9c1401d3a49771f46582e (diff) |
remove some unnecessary declarations from *.sdi file
found with a bunch of grepping
Change-Id: I920609fb7df5a5e55ecbf5c2bf4880ff972cfbed
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/sfxitems.sdi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/sdi/sfxitems.sdi b/sfx2/sdi/sfxitems.sdi index f7a24105015f..854a38451fed 100644 --- a/sfx2/sdi/sfxitems.sdi +++ b/sfx2/sdi/sfxitems.sdi @@ -25,15 +25,12 @@ item String SfxStringItem; item BYTE SfxByteItem; item INT16 SfxEnumItem; - item INT16 SfxAllEnumItem; - item INT16 TbxImageItem; item String SbxItem; //! Dummy item String SfxObjectItem; //! Dummy item String SfxTemplateItem; //! Dummy item String SfxMacroInfoItem; //! Dummy item String SfxImageItem; //! Dummy - item String SfxFrameItem; //! Dummy item String SfxObjectShellItem //! Dummy item String SfxUsrAnyItem //! Dummy item String SfxUnoFrameItem //! Dummy |