summaryrefslogtreecommitdiff
path: root/include/sfx2/module.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-21 10:07:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-21 11:07:22 +0000
commite3203ad42dd57d546ab8cd002b8fcbe54c9bcd11 (patch)
treee72b35b3d982194fee594667d8afe2c9f330e94f /include/sfx2/module.hxx
parente0b71d8e5ac24b3a51ec7d9e4738de7c6367cbe9 (diff)
remove newly unused SfxModule::GetImageList_Impl, etc
Change-Id: Ibb1430d2b6c7994b2425d686cf206d168530faef
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r--include/sfx2/module.hxx1
1 files changed, 0 insertions, 1 deletions
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