summaryrefslogtreecommitdiff
path: root/cui/source/options/opthtml.cxx
diff options
context:
space:
mode:
authorAlexander O. Anisimov <alenyashka@gmail.com>2010-11-08 00:31:55 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2010-11-08 00:31:55 +0100
commitc72cccf568b0acf93512afd7f574e9a70bf1511f (patch)
treea028f015cb3a05c536fcc0e9448d283f5cf7ca20 /cui/source/options/opthtml.cxx
parent879c25b8e328ebe7e4f3ec20306efe7871d912d6 (diff)
remove useless comments (empty/just specifying dates) & dead code (//CHINA001)
Signed-off-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'cui/source/options/opthtml.cxx')
-rw-r--r--cui/source/options/opthtml.cxx23
1 files changed, 1 insertions, 22 deletions
diff --git a/cui/source/options/opthtml.cxx b/cui/source/options/opthtml.cxx
index c8c52f8126f9..34ed35a716dd 100644
--- a/cui/source/options/opthtml.cxx
+++ b/cui/source/options/opthtml.cxx
@@ -114,28 +114,16 @@ OfaHtmlTabPage::OfaHtmlTabPage(Window* pParent, const SfxItemSet& rSet) :
aCharSetLB.FillWithMimeAndSelectBest();
}
-/*-----------------02.09.96 13.47-------------------
-
---------------------------------------------------*/
-
OfaHtmlTabPage::~OfaHtmlTabPage()
{
}
-/*-----------------02.09.96 13.47-------------------
-
---------------------------------------------------*/
-
SfxTabPage* OfaHtmlTabPage::Create( Window* pParent,
const SfxItemSet& rAttrSet )
{
return new OfaHtmlTabPage(pParent, rAttrSet);
}
-/*-----------------02.09.96 13.47-------------------
-
---------------------------------------------------*/
-
BOOL OfaHtmlTabPage::FillItemSet( SfxItemSet& )
{
SvxHtmlOptions* pHtmlOpt = SvxHtmlOptions::Get();
@@ -184,10 +172,6 @@ BOOL OfaHtmlTabPage::FillItemSet( SfxItemSet& )
return FALSE;
}
-/*-----------------02.09.96 13.47-------------------
-
---------------------------------------------------*/
-
void OfaHtmlTabPage::Reset( const SfxItemSet& )
{
SvxHtmlOptions* pHtmlOpt = SvxHtmlOptions::Get();
@@ -238,9 +222,6 @@ void OfaHtmlTabPage::Reset( const SfxItemSet& )
aCharSetLB.SelectTextEncoding( pHtmlOpt->GetTextEncoding() );
}
-/*-----------------16.04.98 16:03-------------------
-
---------------------------------------------------*/
IMPL_LINK(OfaHtmlTabPage, ExportHdl_Impl, ListBox*, pBox)
{
USHORT nExport = aPosToExportArr[ pBox->GetSelectEntryPos() ];
@@ -256,9 +237,7 @@ IMPL_LINK(OfaHtmlTabPage, ExportHdl_Impl, ListBox*, pBox)
return 0;
}
-/* -----------------05.02.99 09:17-------------------
- *
- * --------------------------------------------------*/
+
IMPL_LINK(OfaHtmlTabPage, CheckBoxHdl_Impl, CheckBox*, pBox)
{
aStarBasicWarningCB.Enable(!pBox->IsChecked());