summaryrefslogtreecommitdiffstats
path: root/framework/source/layoutmanager/toolbarlayoutmanager.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /framework/source/layoutmanager/toolbarlayoutmanager.cxx
parentfdo#70414: Use correct target names for building Visual Studio projects. (diff)
downloadcore-0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf.tar.gz
core-0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf.zip
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/source/layoutmanager/toolbarlayoutmanager.cxx')
-rw-r--r--framework/source/layoutmanager/toolbarlayoutmanager.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.cxx b/framework/source/layoutmanager/toolbarlayoutmanager.cxx
index cb3c844f28c3..e495407495b1 100644
--- a/framework/source/layoutmanager/toolbarlayoutmanager.cxx
+++ b/framework/source/layoutmanager/toolbarlayoutmanager.cxx
@@ -82,9 +82,9 @@ ToolbarLayoutManager::~ToolbarLayoutManager()
delete m_pAddonOptions;
}
-//---------------------------------------------------------------------------------------------------------
+
// XInterface
-//---------------------------------------------------------------------------------------------------------
+
void SAL_CALL ToolbarLayoutManager::acquire() throw()
{
OWeakObject::acquire();
@@ -1566,9 +1566,9 @@ void ToolbarLayoutManager::implts_destroyDockingAreaWindows()
xBottomDockingWindow->dispose();
}
-//---------------------------------------------------------------------------------------------------------
+
// persistence methods
-//---------------------------------------------------------------------------------------------------------
+
sal_Bool ToolbarLayoutManager::implts_readWindowStateData( const OUString& aName, UIElement& rElementData )
{
@@ -3215,9 +3215,9 @@ void ToolbarLayoutManager::implts_renumberRowColumnData(
}
}
-//---------------------------------------------------------------------------------------------------------
+
// XWindowListener
-//---------------------------------------------------------------------------------------------------------
+
void SAL_CALL ToolbarLayoutManager::windowResized( const awt::WindowEvent& aEvent )
throw( uno::RuntimeException )
{
@@ -3283,9 +3283,9 @@ throw( uno::RuntimeException )
{
}
-//---------------------------------------------------------------------------------------------------------
+
// XDockableWindowListener
-//---------------------------------------------------------------------------------------------------------
+
void SAL_CALL ToolbarLayoutManager::startDocking( const awt::DockingEvent& e )
throw (uno::RuntimeException)
{
@@ -3840,9 +3840,9 @@ throw (uno::RuntimeException)
{
}
-//---------------------------------------------------------------------------------------------------------
+
// XUIConfigurationListener
-//---------------------------------------------------------------------------------------------------------
+
void SAL_CALL ToolbarLayoutManager::elementInserted( const ui::ConfigurationEvent& rEvent )
throw (uno::RuntimeException)
{