summaryrefslogtreecommitdiff
path: root/sw/inc/usrfld.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-04-25 22:51:51 +0200
committerChristoph Herzog <rhogez@googlemail.com>2011-04-25 22:51:51 +0200
commitd5709e2cf78389658c922493e8d9e8bdf85e9741 (patch)
tree108813ed550097515bbaaaa970633bd9a86f5e9f /sw/inc/usrfld.hxx
parentff32eaf4fe86d44b94113f87d3ade5b1d543701d (diff)
Translation of German comments.
Diffstat (limited to 'sw/inc/usrfld.hxx')
-rw-r--r--sw/inc/usrfld.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/sw/inc/usrfld.hxx b/sw/inc/usrfld.hxx
index 49e7368a4d79..8276c63d3b0d 100644
--- a/sw/inc/usrfld.hxx
+++ b/sw/inc/usrfld.hxx
@@ -35,9 +35,6 @@ class SfxPoolItem;
class SwCalc;
class SwDoc;
-/*--------------------------------------------------------------------
- Beschreibung: Benutzerfelder
- --------------------------------------------------------------------*/
class SW_DLLPUBLIC SwUserFieldType : public SwValueFieldType
{
@@ -62,7 +59,7 @@ public:
inline sal_Bool IsValid() const;
inline void ChgValid( sal_Bool bNew );
- double GetValue(SwCalc& rCalc); // Member nValue neu berrechnen
+ double GetValue(SwCalc& rCalc); // Recalculate member nValue.
inline double GetValue() const;
inline void SetValue(const double nVal);
@@ -100,9 +97,6 @@ inline void SwUserFieldType::SetType(sal_uInt16 nSub)
EnableFormat(!(nSub & nsSwGetSetExpType::GSE_STRING));
}
-/*--------------------------------------------------------------------
- Beschreibung: Benutzerfelder
- --------------------------------------------------------------------*/
class SW_DLLPUBLIC SwUserField : public SwValueField
{
@@ -122,10 +116,10 @@ public:
virtual String GetFieldName() const;
- // Name kann nicht geaendert werden
+ // Name cannot be changed.
virtual const String& GetPar1() const;
- // Inhalt
+ // Content.
virtual String GetPar2() const;
virtual void SetPar2(const String& rStr);
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhichId ) const;