diff options
Diffstat (limited to 'include/svx/galmisc.hxx')
-rw-r--r-- | include/svx/galmisc.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx index ce89ab0ec5de..7ab20dee1ef0 100644 --- a/include/svx/galmisc.hxx +++ b/include/svx/galmisc.hxx @@ -31,7 +31,6 @@ #include <svx/svxdllapi.h> #include <tools/date.hxx> #include <tools/time.hxx> -#include <tools/resid.hxx> class GalleryTheme; class SotStorageStream; @@ -63,15 +62,6 @@ enum class SgaObjKind #define ID_IMAPINFO 2 -class ResMgr; - -SVX_DLLPUBLIC ResMgr* GetGalleryResMgr(); - -inline OUString GalResId(sal_uInt16 nId) -{ - return ResId(nId, *GetGalleryResMgr()); -} - #define STREAMBUF_SIZE 16384L enum class GalleryGraphicImportRet |