summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager/toolbarlayoutmanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/layoutmanager/toolbarlayoutmanager.cxx')
-rw-r--r--framework/source/layoutmanager/toolbarlayoutmanager.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.cxx b/framework/source/layoutmanager/toolbarlayoutmanager.cxx
index 068567fc7d7d..0ba6d67449d0 100644
--- a/framework/source/layoutmanager/toolbarlayoutmanager.cxx
+++ b/framework/source/layoutmanager/toolbarlayoutmanager.cxx
@@ -81,7 +81,6 @@ ToolbarLayoutManager::~ToolbarLayoutManager()
delete m_pAddonOptions;
}
-
// XInterface
void SAL_CALL ToolbarLayoutManager::acquire() throw()
@@ -1561,10 +1560,8 @@ void ToolbarLayoutManager::implts_destroyDockingAreaWindows()
xBottomDockingWindow->dispose();
}
-
// persistence methods
-
sal_Bool ToolbarLayoutManager::implts_readWindowStateData( const OUString& aName, UIElement& rElementData )
{
return LayoutManager::readWindowStateData( aName, rElementData, m_xPersistentWindowState,
@@ -2119,7 +2116,6 @@ void ToolbarLayoutManager::implts_getDockingAreaElementInfoOnSingleRowCol( ui::D
nLastPos = rElement.m_aDockedData.m_aPos.X + aPosSize.Width;
-
rRowColumnWindowData.aRowColumnWindowSizes.push_back(
awt::Rectangle( rElement.m_aDockedData.m_aPos.X, rElement.m_aDockedData.m_aPos.Y,
aPosSize.Width, aPosSize.Height ));
@@ -3206,7 +3202,6 @@ void ToolbarLayoutManager::implts_renumberRowColumnData(
}
}
-
// XWindowListener
void SAL_CALL ToolbarLayoutManager::windowResized( const awt::WindowEvent& aEvent )
@@ -3274,7 +3269,6 @@ throw( uno::RuntimeException, std::exception )
{
}
-
// XDockableWindowListener
void SAL_CALL ToolbarLayoutManager::startDocking( const awt::DockingEvent& e )
@@ -3348,7 +3342,6 @@ throw (uno::RuntimeException, std::exception)
uno::Reference< awt::XWindow2 > xContainerWindow( m_xContainerWindow );
UIElement aUIDockingElement( m_aDockUIElement );
-
DockingOperation eDockingOperation( DOCKOP_ON_COLROW );
bool bDockingInProgress( m_bDockingInProgress );
aReadLock.clear();
@@ -3441,7 +3434,6 @@ throw (uno::RuntimeException, std::exception)
::Rectangle aNewDockingRect( aTrackingRect );
-
implts_calcDockingPosSize( aUIDockingElement, eDockingOperation, aNewDockingRect, aMousePos );
::Point aScreenPos = pContainerWindow->OutputToScreenPixel( aNewDockingRect.TopLeft() );
@@ -3494,7 +3486,6 @@ throw (uno::RuntimeException, std::exception)
{
m_aDockUIElement.m_aDockedData = aUIDockingElement.m_aDockedData;
-
m_eDockOperation = eDockingOperation;
}
else
@@ -3829,7 +3820,6 @@ throw (uno::RuntimeException, std::exception)
{
}
-
// XUIConfigurationListener
void SAL_CALL ToolbarLayoutManager::elementInserted( const ui::ConfigurationEvent& rEvent )