summaryrefslogtreecommitdiff
path: root/sfx2/source/toolbox/tbxitem.cxx
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-03-28 12:38:06 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-28 12:38:32 +0200
commit40fe03745fc75609350cf8115134eb07f04eefa7 (patch)
tree75513da6fca2216ac0b7c29ccf14d56b1786363a /sfx2/source/toolbox/tbxitem.cxx
parent5373c145a2003d8b45eb9228cc6bbfd0de36fed8 (diff)
Remove commented code in libs-core/sfx2
Diffstat (limited to 'sfx2/source/toolbox/tbxitem.cxx')
-rwxr-xr-xsfx2/source/toolbox/tbxitem.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index 344bb3a7bc43..da3042599ae7 100755
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -299,7 +299,7 @@ void SAL_CALL SfxToolBoxControl::dispose() throw (::com::sun::star::uno::Runtime
// sub toolbar while we get disposed. Therefore we have to dispose
// it now! Not doing so would result in a crash. The sub toolbar
// gets destroyed asynchronously and would access a non-existing
- // parent toolbar! See #126569#
+ // parent toolbar!
if ( pImpl->mxUIElement.is() )
{
Reference< XComponent > xComponent( pImpl->mxUIElement, UNO_QUERY );
@@ -1855,16 +1855,6 @@ IMPL_STATIC_LINK_NOINSTANCE( SfxAppToolBoxControl_Impl, ExecuteHdl_Impl, Execute
// Framework can recycle our current frame and the layout manager disposes all user interface
// elements if a component gets detached from its frame!
pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs );
-/*
-}
- catch (const ::com::sun::star::document::CorruptedFilterConfigurationException& exFilters)
- {
- throw exFilters;
- }
- catch (const Exception& )
- {
- }
-*/
delete pExecuteInfo;
return 0;
}