From e3203ad42dd57d546ab8cd002b8fcbe54c9bcd11 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 21 Dec 2016 10:07:41 +0000 Subject: remove newly unused SfxModule::GetImageList_Impl, etc Change-Id: Ibb1430d2b6c7994b2425d686cf206d168530faef --- include/sfx2/module.hxx | 1 - include/sfx2/sfx.hrc | 3 --- 2 files changed, 4 deletions(-) (limited to 'include') diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx index 9a01f82a94f3..c40f181f8d07 100644 --- a/include/sfx2/module.hxx +++ b/include/sfx2/module.hxx @@ -102,7 +102,6 @@ public: SAL_DLLPRIVATE SfxTbxCtrlFactArr_Impl* GetTbxCtrlFactories_Impl() const; SAL_DLLPRIVATE SfxStbCtrlFactArr_Impl* GetStbCtrlFactories_Impl() const; SAL_DLLPRIVATE SfxChildWinFactArr_Impl* GetChildWinFactories_Impl() const; - SAL_DLLPRIVATE ImageList* GetImageList_Impl( bool bBig ); }; #endif diff --git a/include/sfx2/sfx.hrc b/include/sfx2/sfx.hrc index 44bf0759a41b..5e2c759dab35 100644 --- a/include/sfx2/sfx.hrc +++ b/include/sfx2/sfx.hrc @@ -74,9 +74,6 @@ // temporary due to compatibility -#define RID_DEFAULTIMAGELIST_SC (RID_SFX_START+15) -#define RID_DEFAULTIMAGELIST_LC (RID_SFX_START+17) - #define RID_DEFAULTABOUT (RID_SFX_START+0) #define STR_STYLE_FILTER_AUTO (RID_SFX_START+9) -- cgit