[Libreoffice-commits] .: sc/source
J Graeme Lingard
jgraeme at kemper.freedesktop.org
Thu Nov 11 15:08:36 PST 2010
sc/source/ui/optdlg/opredlin.cxx | 16 ----------------
1 file changed, 16 deletions(-)
New commits:
commit 6011d3211352e95972c62c9ffafd2fb96f4e0242
Author: J. Graeme Lingard <jgraeme+git at gmail.com>
Date: Thu Nov 11 23:03:25 2010 +0000
Remove empty Beschreibung (Description) comments
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx
index cbaf731..82f2770 100644
--- a/sc/source/ui/optdlg/opredlin.cxx
+++ b/sc/source/ui/optdlg/opredlin.cxx
@@ -81,27 +81,15 @@ ScRedlineOptionsTabPage::ScRedlineOptionsTabPage( Window* pParent,
aRemoveColorLB.SetSelectHdl( aLk );
}
-/*-----------------------------------------------------------------------
- Beschreibung:
- -----------------------------------------------------------------------*/
-
__EXPORT ScRedlineOptionsTabPage::~ScRedlineOptionsTabPage()
{
}
-/*-----------------------------------------------------------------------
- Beschreibung:
- -----------------------------------------------------------------------*/
-
SfxTabPage* __EXPORT ScRedlineOptionsTabPage::Create( Window* pParent, const SfxItemSet& rSet )
{
return new ScRedlineOptionsTabPage( pParent, rSet );
}
-/*-----------------------------------------------------------------------
- Beschreibung:
- -----------------------------------------------------------------------*/
-
BOOL __EXPORT ScRedlineOptionsTabPage::FillItemSet( SfxItemSet& /* rSet */ )
{
ScAppOptions aAppOptions=SC_MOD()->GetAppOptions();
@@ -169,10 +157,6 @@ BOOL __EXPORT ScRedlineOptionsTabPage::FillItemSet( SfxItemSet& /* rSet */ )
return FALSE;
}
-/*-----------------------------------------------------------------------
- Beschreibung:
- -----------------------------------------------------------------------*/
-
void __EXPORT ScRedlineOptionsTabPage::Reset( const SfxItemSet& /* rSet */ )
{
More information about the Libreoffice-commits
mailing list