summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/mstoolbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/mstoolbar.cxx')
-rw-r--r--filter/source/msfilter/mstoolbar.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/filter/source/msfilter/mstoolbar.cxx b/filter/source/msfilter/mstoolbar.cxx
index 589b7d98eb44..069e50642f13 100644
--- a/filter/source/msfilter/mstoolbar.cxx
+++ b/filter/source/msfilter/mstoolbar.cxx
@@ -92,11 +92,6 @@ CustomToolBarImportHelper::getCfgManager()
return m_xCfgSupp->getUIConfigurationManager();
}
-uno::Reference< ui::XUIConfigurationManager >
-CustomToolBarImportHelper::getAppCfgManager()
-{
- return m_xAppCfgMgr;
-}
uno::Any
CustomToolBarImportHelper::createCommandFromMacro( const OUString& sCmd )
@@ -720,13 +715,6 @@ TBCBitMap::~TBCBitMap()
{
}
-// #FIXME Const-ness
-Bitmap&
-TBCBitMap::getBitMap()
-{
- return mBitMap;
-}
-
bool TBCBitMap::Read( SvStream& rS)
{
OSL_TRACE("TBCBitMap::Read() stream pos 0x%x", rS.Tell() );