summaryrefslogtreecommitdiffstats
path: root/sw/inc/dbfld.hxx
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2010-11-04 01:06:10 +0200
committerCaolán McNamara <caolanm@redhat.com>2010-11-08 12:56:35 +0000
commita3eaf5d08b5a0a0a2caa2df0f0f44e7235dc6f7e (patch)
treea282697d5da2542832fd5b24dd5977a4b7759ed0 /sw/inc/dbfld.hxx
parentFix linker error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup (diff)
downloadcore-a3eaf5d08b5a0a0a2caa2df0f0f44e7235dc6f7e.tar.gz
core-a3eaf5d08b5a0a0a2caa2df0f0f44e7235dc6f7e.zip
Commented code fragments, meaningless and bogus comments removed.
Diffstat (limited to 'sw/inc/dbfld.hxx')
-rw-r--r--sw/inc/dbfld.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/dbfld.hxx b/sw/inc/dbfld.hxx
index 7cc143514541..01ccfc04bda4 100644
--- a/sw/inc/dbfld.hxx
+++ b/sw/inc/dbfld.hxx
@@ -132,7 +132,7 @@ public:
inline void SwDBField::SetExpansion(const String& rStr)
{ aContent = rStr; }
-// wird von UpdateExpFlds gesetzt (dort ist die Node-Position bekannt)
+// set from UpdateExpFlds (the Node-Position is known there)
inline void SwDBField::ChgBodyTxtFlag( BOOL bIsInBody )
{ bIsInBodyTxt = bIsInBody; }
@@ -156,7 +156,7 @@ public:
inline const SwDBData& GetRealDBData() { return aDBData; }
SwDBData GetDBData(SwDoc* pDoc);
- void SetDBData(const SwDBData& rDBData); // #111840#
+ void SetDBData(const SwDBData& rDBData);
// Name oder Inhalt
virtual String GetCntnt(BOOL bName = FALSE) const;
@@ -166,7 +166,6 @@ public:
virtual void SetSubType(USHORT nType);
};
-
/*--------------------------------------------------------------------
Beschreibung: Datenbankfeld Naechster Satz
--------------------------------------------------------------------*/
@@ -179,7 +178,6 @@ public:
virtual SwFieldType* Copy() const;
};
-
/*--------------------------------------------------------------------
Beschreibung: Naechsten Datensatz mit Bedingung
--------------------------------------------------------------------*/
@@ -225,7 +223,6 @@ public:
virtual SwFieldType* Copy() const;
};
-
/*--------------------------------------------------------------------
Beschreibung: Datensatz mit Nummer xxx
Die Nummer steht in nFormat
@@ -335,7 +332,6 @@ inline long SwDBSetNumberField::GetSetNumber() const
inline void SwDBSetNumberField::SetSetNumber(long nNum)
{ nNumber = nNum; }
-
#endif // _DBFLD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */