This patch removes bogus comments found in the optload.cxx file
including empty Beschreibung (translation: description) statements
Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
---
sw/source/ui/config/optload.cxx | 85 +--------------------------------------
1 files changed, 1 insertions(+), 84 deletions(-)
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index c3eaeca..74d5a5f 100644
--- a/sw/source/ui/config/optload.cxx
+++ b/sw/source/ui/config/optload.cxx
@@ -73,9 +73,6 @@ using namespace ::com::sun::star;
#include <svl/eitem.hxx>
-/* -----------------22.10.98 15:12-------------------
- *
- * --------------------------------------------------*/
SwLoadOptPage::SwLoadOptPage( Window* pParent, const SfxItemSet& rSet ) :
SfxTabPage( pParent, SW_RES( TP_OPTLOAD_PAGE ), rSet ),
@@ -145,28 +142,16 @@ SwLoadOptPage::SwLoadOptPage( Window* pParent, const SfxItemSet& rSet ) :
}
}
-/*-----------------18.01.97 12.43-------------------
-
---------------------------------------------------*/
-
SwLoadOptPage::~SwLoadOptPage()
{
}
-/*-----------------18.01.97 12.43-------------------
-
---------------------------------------------------*/
-
SfxTabPage* __EXPORT SwLoadOptPage::Create( Window* pParent,
const SfxItemSet& rAttrSet )
{
return new SwLoadOptPage(pParent, rAttrSet );
}
-/*-----------------18.01.97 12.42-------------------
-
---------------------------------------------------*/
-
BOOL __EXPORT SwLoadOptPage::FillItemSet( SfxItemSet& rSet )
{
BOOL bRet = FALSE;
@@ -244,9 +229,7 @@ BOOL __EXPORT SwLoadOptPage::FillItemSet( SfxItemSet& rSet )
return bRet;
}
-/*-----------------18.01.97 12.42-------------------
---------------------------------------------------*/
void __EXPORT SwLoadOptPage::Reset( const SfxItemSet& rSet)
{
const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref(FALSE);
@@ -327,10 +310,10 @@ void __EXPORT SwLoadOptPage::Reset( const SfxItemSet& rSet)
}
aUseCharUnit.SaveValue();
}
+
/*-----------------13.01.97 14.44-------------------
Metric des Deftabstops umschalten
--------------------------------------------------*/
-
IMPL_LINK(SwLoadOptPage, MetricHdl, ListBox*, EMPTYARG)
{
const USHORT nMPos = aMetricLB.GetSelectEntryPos();
@@ -350,9 +333,6 @@ IMPL_LINK(SwLoadOptPage, MetricHdl, ListBox*, EMPTYARG)
return 0;
}
-/*********************************************************************/
-/* */
-/*********************************************************************/
IMPL_LINK(SwLoadOptPage, CaptionHdl, PushButton*, EMPTYARG)
{
@@ -362,10 +342,6 @@ IMPL_LINK(SwLoadOptPage, CaptionHdl, PushButton*, EMPTYARG)
return 0;
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
SwCaptionOptDlg::SwCaptionOptDlg(Window* pParent, const SfxItemSet& rSet) :
SfxSingleTabDialog(pParent, rSet, 0)
{
@@ -373,18 +349,10 @@ SwCaptionOptDlg::SwCaptionOptDlg(Window* pParent, const SfxItemSet& rSet) :
SetTabPage((SwCaptionOptPage*) SwCaptionOptPage::Create(this, rSet));
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
SwCaptionOptDlg::~SwCaptionOptDlg()
{
}
-/* -----------------22.10.98 15:12-------------------
- *
- * --------------------------------------------------*/
-
SwCaptionPreview::SwCaptionPreview( Window* pParent, const ResId& rResId )
: Window( pParent, rResId )
{
@@ -417,7 +385,6 @@ void SwCaptionPreview::Paint( const Rectangle& rRect )
DrawText( Point( 4, 6 ), maText );
}
-
SwCaptionOptPage::SwCaptionOptPage( Window* pParent, const SfxItemSet& rSet )
: SfxTabPage(pParent, SW_RES(TP_OPTCAPTION_PAGE), rSet),
aCheckFT (this, SW_RES(FT_OBJECTS )),
@@ -539,30 +506,18 @@ SwCaptionOptPage::SwCaptionOptPage( Window* pParent, const SfxItemSet& rSet )
aCheckLB.SetDeselectHdl( LINK(this, SwCaptionOptPage, SaveEntryHdl) );
}
-/*-----------------18.01.97 12.43-------------------
-
---------------------------------------------------*/
-
SwCaptionOptPage::~SwCaptionOptPage()
{
DelUserData();
delete pMgr;
}
-/*-----------------18.01.97 12.43-------------------
-
---------------------------------------------------*/
-
SfxTabPage* SwCaptionOptPage::Create( Window* pParent,
const SfxItemSet& rAttrSet )
{
return new SwCaptionOptPage(pParent, rAttrSet );
}
-/*-----------------18.01.97 12.42-------------------
-
---------------------------------------------------*/
-
BOOL SwCaptionOptPage::FillItemSet( SfxItemSet& )
{
BOOL bRet = FALSE;
@@ -588,10 +543,6 @@ BOOL SwCaptionOptPage::FillItemSet( SfxItemSet& )
return bRet;
}
-/*-----------------18.01.97 12.42-------------------
-
---------------------------------------------------*/
-
void SwCaptionOptPage::Reset( const SfxItemSet& rSet)
{
const SfxPoolItem* pItem;
@@ -658,10 +609,6 @@ void SwCaptionOptPage::Reset( const SfxItemSet& rSet)
ModifyHdl();
}
-/*-----------------18.01.97 12.42-------------------
-
---------------------------------------------------*/
-
void SwCaptionOptPage::SetOptions(const USHORT nPos,
const SwCapObjType eObjType, const SvGlobalName *pOleId)
{
@@ -677,10 +624,6 @@ void SwCaptionOptPage::SetOptions(const USHORT nPos,
aCheckLB.SetEntryData(nPos, new InsCaptionOpt(eObjType, pOleId));
}
-/*-----------------18.01.97 12.42-------------------
-
---------------------------------------------------*/
-
void SwCaptionOptPage::DelUserData()
{
SvLBoxEntry* pEntry = aCheckLB.First();
@@ -693,10 +636,6 @@ void SwCaptionOptPage::DelUserData()
}
}
-/* -----------------26.10.98 11:06-------------------
- *
- * --------------------------------------------------*/
-
IMPL_LINK( SwCaptionOptPage, ShowEntryHdl, SvxCheckListBox *, EMPTYARG )
{
SvLBoxEntry* pSelEntry = aCheckLB.FirstSelected();
@@ -822,10 +761,6 @@ IMPL_LINK( SwCaptionOptPage, ShowEntryHdl, SvxCheckListBox *, EMPTYARG )
return 0;
}
-/* -----------------26.10.98 11:06-------------------
- *
- * --------------------------------------------------*/
-
IMPL_LINK( SwCaptionOptPage, SaveEntryHdl, SvxCheckListBox *, EMPTYARG )
{
SvLBoxEntry* pEntry = aCheckLB.GetHdlEntry();
@@ -836,10 +771,6 @@ IMPL_LINK( SwCaptionOptPage, SaveEntryHdl, SvxCheckListBox *, EMPTYARG )
return 0;
}
-/* -----------------05.11.98 16:23-------------------
- *
- * --------------------------------------------------*/
-
void SwCaptionOptPage::SaveEntry(SvLBoxEntry* pEntry)
{
if (pEntry)
@@ -872,10 +803,6 @@ void SwCaptionOptPage::SaveEntry(SvLBoxEntry* pEntry)
}
}
-/* -----------------26.10.98 11:06-------------------
- *
- * --------------------------------------------------*/
-
IMPL_LINK( SwCaptionOptPage, ModifyHdl, Edit *, EMPTYARG )
{
String sFldTypeName = aCategoryBox.GetText();
@@ -900,19 +827,13 @@ IMPL_LINK( SwCaptionOptPage, ModifyHdl, Edit *, EMPTYARG )
return 0;
}
-/* -----------------26.10.98 10:58-------------------
- *
- * --------------------------------------------------*/
-
IMPL_LINK_INLINE_START( SwCaptionOptPage, SelectHdl, ListBox *, EMPTYARG )
{
DrawSample();
return 0;
}
IMPL_LINK_INLINE_END( SwCaptionOptPage, SelectHdl, ListBox *, EMPTYARG )
-/*-- 02.11.2007 10:00:36---------------------------------------------------
- -----------------------------------------------------------------------*/
IMPL_LINK( SwCaptionOptPage, OrderHdl, ListBox*, pBox )
{
DrawSample();
@@ -921,9 +842,6 @@ IMPL_LINK( SwCaptionOptPage, OrderHdl, ListBox*, pBox )
aNumberingSeparatorED.Enable( nPos == 1 );
return 0;
}
-/* -----------------26.10.98 10:58-------------------
- *
- * --------------------------------------------------*/
void SwCaptionOptPage::DrawSample()
{
@@ -992,7 +910,6 @@ void SwCaptionOptPage::DrawSample()
/*------------------------------------------------------------------------
Beschreibung: ComboBox ohne Spaces
------------------------------------------------------------------------*/
-
void CaptionComboBox::KeyInput(const KeyEvent& rEvt)
{
if( rEvt.GetKeyCode().GetCode() != KEY_SPACE )
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.