diff options
Diffstat (limited to 'framework/source/uielement/toolbarmanager.cxx')
-rw-r--r-- | framework/source/uielement/toolbarmanager.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx index 3bb11f6458ce..ddef60f31805 100644 --- a/framework/source/uielement/toolbarmanager.cxx +++ b/framework/source/uielement/toolbarmanager.cxx @@ -74,11 +74,8 @@ #include <boost/bind.hpp> #include <svtools/acceleratorexecute.hxx> - // namespaces - - using namespace ::com::sun::star::awt; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::uno; @@ -143,8 +140,6 @@ throw ( RuntimeException, std::exception ) m_xReceiver->statusChanged( Event ); } - - static sal_Int16 getImageTypeFromBools( sal_Bool bBig ) { sal_Int16 n( 0 ); @@ -177,10 +172,8 @@ static ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager return xLayoutManager; } - // XInterface, XTypeProvider, XServiceInfo - ToolBarManager::ToolBarManager( const Reference< XComponentContext >& rxContext, const Reference< XFrame >& rFrame, const OUString& rResourceName, @@ -475,7 +468,6 @@ void ToolBarManager::UpdateController( ::com::sun::star::uno::Reference< ::com:: { } - } m_bUpdateControllers = false; } @@ -750,7 +742,6 @@ void ToolBarManager::RemoveControllers() m_aSubToolBarControllerMap.clear(); - // i90033 // Remove item window pointers from the toolbar. They were // destroyed by the dispose() at the XComponent. This is needed @@ -2258,6 +2249,4 @@ bool ToolBarManager::RetrieveShortcut( const OUString& rCommandURL, OUString& rS } - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |