diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-03 14:31:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-04 07:17:38 +0100 |
commit | 31b5c9b9bce461c2a9a9de99bbae2480788c19ca (patch) | |
tree | a6a855bd55c8ad5acb728606801922266ae07ef5 /sfx2/sdi | |
parent | 21e0d8162a0e683558c4d042ce688fc9a6833809 (diff) |
remove SfxUsrAnyItem typedef
and rename SfxUsrAnyItem class to SfxUnoAnyItem, the choice being made
by leaving the most popular one behind
Change-Id: If3818ee0966a50e3036d7e2db951910b6282c91f
Reviewed-on: https://gerrit.libreoffice.org/47313
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 6 | ||||
-rw-r--r-- | sfx2/sdi/sfxitems.sdi | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 79d10caa0716..1d7aeea8bcac 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -2066,7 +2066,7 @@ SfxStringItem Keywords SID_DOCINFO_KEYWORDS SfxStringItem LibLoaded SID_BASICIDE_LIBLOADED -(SfxUsrAnyItem Document SID_BASICIDE_ARG_DOCUMENT_MODEL,SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) +(SfxUnoAnyItem Document SID_BASICIDE_ARG_DOCUMENT_MODEL,SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) [ AutoUpdate = FALSE, FastCall = FALSE, @@ -2084,7 +2084,7 @@ SfxStringItem LibLoaded SID_BASICIDE_LIBLOADED SfxStringItem LibRemoved SID_BASICIDE_LIBREMOVED -(SfxUsrAnyItem Document SID_BASICIDE_ARG_DOCUMENT_MODEL,SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) +(SfxUnoAnyItem Document SID_BASICIDE_ARG_DOCUMENT_MODEL,SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) [ AutoUpdate = FALSE, FastCall = FALSE, @@ -2102,7 +2102,7 @@ SfxStringItem LibRemoved SID_BASICIDE_LIBREMOVED SfxStringItem LibSelect SID_BASICIDE_LIBSELECTED -(SfxUsrAnyItem Document SID_BASICIDE_ARG_DOCUMENT_MODEL,SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) +(SfxUnoAnyItem Document SID_BASICIDE_ARG_DOCUMENT_MODEL,SfxStringItem LibName SID_BASICIDE_ARG_LIBNAME) [ AutoUpdate = FALSE, FastCall = FALSE, diff --git a/sfx2/sdi/sfxitems.sdi b/sfx2/sdi/sfxitems.sdi index 3a45c573ab1e..231548e5a1e0 100644 --- a/sfx2/sdi/sfxitems.sdi +++ b/sfx2/sdi/sfxitems.sdi @@ -32,7 +32,7 @@ item String SfxMacroInfoItem; //! Dummy item String SfxImageItem; //! Dummy item String SfxObjectShellItem //! Dummy - item String SfxUsrAnyItem //! Dummy + item String SfxUnoAnyItem //! Dummy item String SfxUnoFrameItem //! Dummy item String SfxWatermarkItem //! Dummy |