summaryrefslogtreecommitdiff
path: root/framework/source/uielement/dropdownboxtoolbarcontroller.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/dropdownboxtoolbarcontroller.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/dropdownboxtoolbarcontroller.cxx')
-rw-r--r--framework/source/uielement/dropdownboxtoolbarcontroller.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/framework/source/uielement/dropdownboxtoolbarcontroller.cxx b/framework/source/uielement/dropdownboxtoolbarcontroller.cxx
index 190428d918df..fef232b39d45 100644
--- a/framework/source/uielement/dropdownboxtoolbarcontroller.cxx
+++ b/framework/source/uielement/dropdownboxtoolbarcontroller.cxx
@@ -46,7 +46,7 @@ using namespace ::com::sun::star::util;
namespace framework
{
-// ------------------------------------------------------------------
+
// Wrapper class to notify controller about events from ListBox.
// Unfortunaltly the events are notifed through virtual methods instead
@@ -118,7 +118,7 @@ bool ListBoxControl::PreNotify( NotifyEvent& rNEvt )
return nRet;
}
-// ------------------------------------------------------------------
+
DropdownToolbarController::DropdownToolbarController(
const Reference< XComponentContext >& rxContext,
@@ -143,13 +143,13 @@ DropdownToolbarController::DropdownToolbarController(
m_pListBoxControl->SetDropDownLineCount( 5 );
}
-// ------------------------------------------------------------------
+
DropdownToolbarController::~DropdownToolbarController()
{
}
-// ------------------------------------------------------------------
+
void SAL_CALL DropdownToolbarController::dispose()
throw ( RuntimeException )
@@ -164,7 +164,7 @@ throw ( RuntimeException )
m_pListBoxControl = 0;
}
-// ------------------------------------------------------------------
+
Sequence<PropertyValue> DropdownToolbarController::getExecuteArgs(sal_Int16 KeyModifier) const
{
Sequence<PropertyValue> aArgs( 2 );
@@ -178,7 +178,7 @@ Sequence<PropertyValue> DropdownToolbarController::getExecuteArgs(sal_Int16 KeyM
return aArgs;
}
-// ------------------------------------------------------------------
+
void DropdownToolbarController::Select()
{
@@ -210,7 +210,7 @@ bool DropdownToolbarController::PreNotify( NotifyEvent& /*rNEvt*/ )
return false;
}
-// --------------------------------------------------------
+
void DropdownToolbarController::executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand )
{