This patch removes bogus comments found in the flddb.cxx file
including empty Beschreibung (translation: description) statements
Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
---
sw/source/ui/fldui/flddb.cxx | 48 +-----------------------------------------
1 files changed, 1 insertions(+), 47 deletions(-)
diff --git a/sw/source/ui/fldui/flddb.cxx b/sw/source/ui/fldui/flddb.cxx
index 7f4d454..9ac837d 100644
--- a/sw/source/ui/fldui/flddb.cxx
+++ b/sw/source/ui/fldui/flddb.cxx
@@ -48,9 +48,6 @@
#define USER_DATA_VERSION_1 "1"
#define USER_DATA_VERSION USER_DATA_VERSION_1
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
SwFldDBPage::SwFldDBPage(Window* pParent, const SfxItemSet& rCoreSet ) :
SwFldPage( pParent, SW_RES( TP_FLD_DB ), rCoreSet ),
@@ -83,10 +80,6 @@ SwFldDBPage::SwFldDBPage(Window* pParent, const SfxItemSet& rCoreSet ) :
aAddDBPB.SetClickHdl(LINK(this, SwFldDBPage, AddDBHdl));
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
__EXPORT SwFldDBPage::~SwFldDBPage()
{
}
@@ -94,7 +87,6 @@ __EXPORT SwFldDBPage::~SwFldDBPage()
/*--------------------------------------------------------------------
Beschreibung: TabPage initialisieren
--------------------------------------------------------------------*/
-
void __EXPORT SwFldDBPage::Reset(const SfxItemSet&)
{
Init(); // Allgemeine initialisierung
@@ -198,10 +190,6 @@ void __EXPORT SwFldDBPage::Reset(const SfxItemSet&)
}
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
BOOL __EXPORT SwFldDBPage::FillItemSet(SfxItemSet& )
{
String sTableName, sColumnName;
@@ -271,29 +259,17 @@ BOOL __EXPORT SwFldDBPage::FillItemSet(SfxItemSet& )
return FALSE;
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
SfxTabPage* __EXPORT SwFldDBPage::Create( Window* pParent,
const SfxItemSet& rAttrSet )
{
return ( new SwFldDBPage( pParent, rAttrSet ) );
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
USHORT SwFldDBPage::GetGroup()
{
return GRP_DB;
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
IMPL_LINK( SwFldDBPage, TypeHdl, ListBox *, pBox )
{
// Alte ListBoxPos sichern
@@ -419,10 +395,6 @@ IMPL_LINK( SwFldDBPage, TypeHdl, ListBox *, pBox )
return 0;
}
-/*--------------------------------------------------------------------
- Beschreibung:
- --------------------------------------------------------------------*/
-
IMPL_LINK( SwFldDBPage, NumSelectHdl, NumFormatListBox *, pLB )
{
aNewFormatRB.Check();
@@ -431,10 +403,6 @@ IMPL_LINK( SwFldDBPage, NumSelectHdl, NumFormatListBox *, pLB )
return 0;
}
-/*---------------------------------------------------------------------
- Beschreibung:
----------------------------------------------------------------------*/
-
void SwFldDBPage::CheckInsert()
{
BOOL bInsert = TRUE;
@@ -464,10 +432,6 @@ void SwFldDBPage::CheckInsert()
EnableInsert(bInsert);
}
-/*---------------------------------------------------------------------
- Beschreibung:
----------------------------------------------------------------------*/
-
IMPL_LINK( SwFldDBPage, TreeSelectHdl, SvTreeListBox *, pBox )
{
SvLBoxEntry* pColEntry;
@@ -509,9 +473,7 @@ IMPL_LINK( SwFldDBPage, TreeSelectHdl, SvTreeListBox *, pBox )
}
return 0;
}
-/*-- 27.05.2004 09:14:01---------------------------------------------------
- -----------------------------------------------------------------------*/
IMPL_LINK( SwFldDBPage, AddDBHdl, PushButton *, EMPTYARG )
{
String sNewDB = SwNewDBMgr::LoadAndRegisterDataSource();
@@ -525,16 +487,12 @@ IMPL_LINK( SwFldDBPage, AddDBHdl, PushButton *, EMPTYARG )
/*--------------------------------------------------------------------
Beschreibung: Modify
--------------------------------------------------------------------*/
-
IMPL_LINK( SwFldDBPage, ModifyHdl, Edit *, EMPTYARG )
{
CheckInsert();
return 0;
}
-/* -----------------12.01.99 11:21-------------------
- *
- * --------------------------------------------------*/
void SwFldDBPage::FillUserData()
{
String sData( String::CreateFromAscii(
@@ -549,9 +507,7 @@ void SwFldDBPage::FillUserData()
sData += String::CreateFromInt32( nTypeSel );
SetUserData(sData);
}
-/* -----------------12.12.2002 11:33-----------------
- *
- * --------------------------------------------------*/
+
void SwFldDBPage::ActivateMailMergeAddress()
{
ULONG nData = TYP_DBFLD;
@@ -560,9 +516,7 @@ void SwFldDBPage::ActivateMailMergeAddress()
const SwDBData& rData = SW_MOD()->GetDBConfig()->GetAddressSource();
aDatabaseTLB.Select(rData.sDataSource, rData.sCommand, aEmptyStr);
}
-/*-- 07.10.2003 13:59:04---------------------------------------------------
- -----------------------------------------------------------------------*/
void SwFldDBPage::SetWrtShell(SwWrtShell& rSh)
{
aDatabaseTLB.SetWrtShell(rSh);
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.