summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldtdlg.cxx
diff options
context:
space:
mode:
authorPrashant Shah <pshah.mumbai@gmail.com>2010-10-10 13:47:31 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-10 13:47:31 -0500
commit4aefa94618fd40768dfa927cb68e5caed2ac8e27 (patch)
tree62abf3f5aa4a53ff6ab6796b0f987c78f6f83e4c /sw/source/ui/fldui/fldtdlg.cxx
parenta6aea52f0d4e2b0fbd4a5f662bf9383c0fb9b737 (diff)
Remove bogus comment
Diffstat (limited to 'sw/source/ui/fldui/fldtdlg.cxx')
-rw-r--r--sw/source/ui/fldui/fldtdlg.cxx30
1 files changed, 1 insertions, 29 deletions
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx
index 9888685c0128..c50cd78fb487 100644
--- a/sw/source/ui/fldui/fldtdlg.cxx
+++ b/sw/source/ui/fldui/fldtdlg.cxx
@@ -128,18 +128,10 @@ SwFldDlg::SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent)
}
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
SwFldDlg::~SwFldDlg()
{
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
BOOL SwFldDlg::Close()
{
m_pBindings->GetDispatcher()->
@@ -148,10 +140,6 @@ BOOL SwFldDlg::Close()
return TRUE;
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
void SwFldDlg::Initialize(SfxChildWinInfo *pInfo)
{
Point aPos;
@@ -198,10 +186,6 @@ void SwFldDlg::Initialize(SfxChildWinInfo *pInfo)
SetPosPixel( aPos );
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
SfxItemSet* SwFldDlg::CreateInputItemSet( USHORT nID )
{
if ( nID == TP_FLD_DOKINF )
@@ -313,10 +297,6 @@ void SwFldDlg::Activate()
}
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
void SwFldDlg::EnableInsert(BOOL bEnable)
{
if( bEnable )
@@ -331,17 +311,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 +332,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)