summaryrefslogtreecommitdiff
path: root/svtools/source/control/stdmenu.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 /svtools/source/control/stdmenu.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 'svtools/source/control/stdmenu.cxx')
-rw-r--r--svtools/source/control/stdmenu.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svtools/source/control/stdmenu.cxx b/svtools/source/control/stdmenu.cxx
index a8c08377619d..34be090e5939 100644
--- a/svtools/source/control/stdmenu.cxx
+++ b/svtools/source/control/stdmenu.cxx
@@ -32,13 +32,13 @@ FontNameMenu::FontNameMenu()
SetMenuFlags( GetMenuFlags() | MENU_FLAG_NOAUTOMNEMONICS );
}
-// -----------------------------------------------------------------------
+
FontNameMenu::~FontNameMenu()
{
}
-// -----------------------------------------------------------------------
+
void FontNameMenu::Select()
{
@@ -46,7 +46,7 @@ void FontNameMenu::Select()
maSelectHdl.Call( this );
}
-// -----------------------------------------------------------------------
+
void FontNameMenu::Highlight()
{
@@ -56,7 +56,7 @@ void FontNameMenu::Highlight()
maCurName = aTempName;
}
-// -----------------------------------------------------------------------
+
void FontNameMenu::Fill( const FontList* pList )
{
@@ -87,7 +87,7 @@ void FontNameMenu::Fill( const FontList* pList )
SetCurName( maCurName );
}
-// -----------------------------------------------------------------------
+
void FontNameMenu::SetCurName(const OUString& rName)
{
@@ -124,7 +124,7 @@ FontSizeMenu::FontSizeMenu()
SetMenuFlags( GetMenuFlags() | MENU_FLAG_NOAUTOMNEMONICS );
}
-// -----------------------------------------------------------------------
+
FontSizeMenu::~FontSizeMenu()
{
@@ -132,7 +132,7 @@ FontSizeMenu::~FontSizeMenu()
delete[] mpHeightAry;
}
-// -----------------------------------------------------------------------
+
void FontSizeMenu::Select()
{
@@ -141,7 +141,7 @@ void FontSizeMenu::Select()
maSelectHdl.Call( this );
}
-// -----------------------------------------------------------------------
+
void FontSizeMenu::Highlight()
{
@@ -158,7 +158,7 @@ void FontSizeMenu::Highlight()
mnCurHeight = nTempHeight;
}
-// -----------------------------------------------------------------------
+
void FontSizeMenu::Fill( const FontInfo& rInfo, const FontList* pList )
{
@@ -226,7 +226,7 @@ void FontSizeMenu::Fill( const FontInfo& rInfo, const FontList* pList )
SetCurHeight( mnCurHeight );
}
-// -----------------------------------------------------------------------
+
void FontSizeMenu::SetCurHeight( long nHeight )
{