summaryrefslogtreecommitdiff
path: root/framework/source/uielement/comboboxtoolbarcontroller.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/uielement/comboboxtoolbarcontroller.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
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/uielement/comboboxtoolbarcontroller.cxx')
-rw-r--r--framework/source/uielement/comboboxtoolbarcontroller.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/framework/source/uielement/comboboxtoolbarcontroller.cxx b/framework/source/uielement/comboboxtoolbarcontroller.cxx
index 755da4671850..0049f6f21ecd 100644
--- a/framework/source/uielement/comboboxtoolbarcontroller.cxx
+++ b/framework/source/uielement/comboboxtoolbarcontroller.cxx
@@ -47,7 +47,7 @@ using namespace ::com::sun::star::util;
namespace framework
{
-// ------------------------------------------------------------------
+
// Wrapper class to notify controller about events from combobox.
// Unfortunaltly the events are notifed through virtual methods instead
@@ -135,7 +135,7 @@ bool ComboBoxControl::PreNotify( NotifyEvent& rNEvt )
return nRet;
}
-// ------------------------------------------------------------------
+
ComboboxToolbarController::ComboboxToolbarController(
const Reference< XComponentContext >& rxContext,
@@ -159,13 +159,13 @@ ComboboxToolbarController::ComboboxToolbarController(
m_pToolbar->SetItemWindow( m_nID, m_pComboBox );
}
-// ------------------------------------------------------------------
+
ComboboxToolbarController::~ComboboxToolbarController()
{
}
-// ------------------------------------------------------------------
+
void SAL_CALL ComboboxToolbarController::dispose()
throw ( RuntimeException )
@@ -180,7 +180,7 @@ throw ( RuntimeException )
m_pComboBox = 0;
}
-// ------------------------------------------------------------------
+
Sequence<PropertyValue> ComboboxToolbarController::getExecuteArgs(sal_Int16 KeyModifier) const
{
Sequence<PropertyValue> aArgs( 2 );
@@ -194,7 +194,7 @@ Sequence<PropertyValue> ComboboxToolbarController::getExecuteArgs(sal_Int16 KeyM
return aArgs;
}
-// ------------------------------------------------------------------
+
void ComboboxToolbarController::Select()
{
@@ -259,7 +259,7 @@ bool ComboboxToolbarController::PreNotify( NotifyEvent& rNEvt )
return false;
}
-// --------------------------------------------------------
+
void ComboboxToolbarController::executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand )
{