summaryrefslogtreecommitdiff
path: root/sw/inc/flddat.hxx
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2010-11-15 11:59:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-15 11:59:57 +0000
commitd67e79934fa19cd667c2455e5e95dd48df511179 (patch)
treefad02748be4007f72432d57a8a40e2ae9f64d49c /sw/inc/flddat.hxx
parent54d8e263fe5f44f408038d23997039f19c90e09c (diff)
Comment translations, bogus comments, commented code removed from SW includes
Diffstat (limited to 'sw/inc/flddat.hxx')
-rw-r--r--sw/inc/flddat.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/flddat.hxx b/sw/inc/flddat.hxx
index ddb950b35ae2..8db24243b4e1 100644
--- a/sw/inc/flddat.hxx
+++ b/sw/inc/flddat.hxx
@@ -44,7 +44,7 @@ class Time;
enum SwDateFormat
{
DF_BEGIN,
- //neue Formate:
+ // new formats
DFF_SSYS = DF_BEGIN,
DFF_LSYS ,
DFF_DMY ,
@@ -63,7 +63,7 @@ enum SwDateFormat
DFF_YMD ,
DFF_YYMD ,
DF_END ,
-// Kompatibilitaet:
+ // Compatibility
DF_SSYS = DFF_SSYS,
DF_LSYS = DFF_LSYS,
DF_SHORT = DFF_DMY,
@@ -114,7 +114,7 @@ public:
class SW_DLLPUBLIC SwDateTimeField : public SwValueField
{
USHORT nSubType;
- long nOffset; // Offset in Minuten
+ long nOffset; // Offset in Minutes
public:
SwDateTimeField(SwDateTimeFieldType* pType, USHORT nSubType = DATEFLD,