This patch removes bogus comments found in the fldtdlg.cxx file including empty Beschreibung (translation: description) statements
Signed-off-by: Prashant Shah <pshah.mum...@gmail.com> --- sw/source/ui/fldui/fldtdlg.cxx | 36 +----------------------------------- 1 files changed, 1 insertions(+), 35 deletions(-)
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx index 1bd5c39..a6c1e91 100644 --- a/sw/source/ui/fldui/fldtdlg.cxx +++ b/sw/source/ui/fldui/fldtdlg.cxx @@ -68,8 +68,6 @@ /*-------------------------------------------------------------------- Beschreibung: Der Traeger des Dialoges --------------------------------------------------------------------*/ - - SwFldDlg::SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent) : SfxTabDialog( pParent, SW_RES( DLG_FLD_INSERT )), m_pChildWin(pCW), @@ -128,18 +126,10 @@ SwFldDlg::SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent) } } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SwFldDlg::~SwFldDlg() { } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - BOOL SwFldDlg::Close() { m_pBindings->GetDispatcher()-> @@ -148,10 +138,6 @@ BOOL SwFldDlg::Close() return TRUE; } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SwFldDlg::Initialize(SfxChildWinInfo *pInfo) { Point aPos; @@ -198,10 +184,6 @@ void SwFldDlg::Initialize(SfxChildWinInfo *pInfo) SetPosPixel( aPos ); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SfxItemSet* SwFldDlg::CreateInputItemSet( USHORT nID ) { if ( nID == TP_FLD_DOKINF ) @@ -226,7 +208,6 @@ SfxItemSet* SwFldDlg::CreateInputItemSet( USHORT nID ) /*-------------------------------------------------------------------- Beschreibung: Einfuegen von neuen Feldern anstossen --------------------------------------------------------------------*/ - IMPL_LINK( SwFldDlg, OKHdl, Button *, EMPTYARG ) { if (GetOKButton().IsEnabled()) @@ -243,7 +224,6 @@ IMPL_LINK( SwFldDlg, OKHdl, Button *, EMPTYARG ) /*-------------------------------------------------------------------- Beschreibung: Nach Dok-Wechsel Dialog neu initialisieren --------------------------------------------------------------------*/ - void SwFldDlg::ReInitDlg() { SwDocShell* pDocSh = (SwDocShell*)SfxObjectShell::Current(); @@ -280,7 +260,6 @@ void SwFldDlg::ReInitDlg() /*-------------------------------------------------------------------- Beschreibung: Nach Dok-Wechsel TabPage neu initialisieren --------------------------------------------------------------------*/ - void SwFldDlg::ReInitTabPage( USHORT nPageId, BOOL bOnlyActivate ) { SwFldPage* pPage = (SwFldPage* )GetTabPage(nPageId); @@ -292,7 +271,6 @@ void SwFldDlg::ReInitTabPage( USHORT nPageId, BOOL bOnlyActivate ) /*-------------------------------------------------------------------- Beschreibung: Nach Aktivierung einige TabPages neu initialisieren --------------------------------------------------------------------*/ - void SwFldDlg::Activate() { SwView* pView = ::GetActiveView(); @@ -313,10 +291,6 @@ void SwFldDlg::Activate() } } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SwFldDlg::EnableInsert(BOOL bEnable) { if( bEnable ) @@ -331,17 +305,11 @@ void SwFldDlg::EnableInsert(BOOL bEnable) GetOKButton().Enable(bEnable); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - void SwFldDlg::InsertHdl() { GetOKButton().Click(); } -/* -----------------27.11.2002 15:24----------------- - * - * --------------------------------------------------*/ + void SwFldDlg::ActivateDatabasePage() { m_bDataBaseMode = TRUE; @@ -358,9 +326,7 @@ void SwFldDlg::ActivateDatabasePage() RemoveTabPage(TP_FLD_REF); RemoveTabPage(TP_FLD_FUNC); } -/*-- 07.10.2003 14:01:44--------------------------------------------------- - -----------------------------------------------------------------------*/ void SwFldDlg::PageCreated(USHORT nId, SfxTabPage& rPage) { if( TP_FLD_DB == nId)
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice