summaryrefslogtreecommitdiff
path: root/sw/inc/flddat.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-01-26 10:38:06 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-27 09:48:57 +0100
commit394d77945c708c6ffc2fa0e09236f712c19478f0 (patch)
tree459b26dae612d004a470eda3dc3c81e00f093380 /sw/inc/flddat.hxx
parenta3edf8cb0776966328c63fa645137f2de1cbd662 (diff)
Translation of comments (minor, 6 files) in sw/inc
Diffstat (limited to 'sw/inc/flddat.hxx')
-rw-r--r--sw/inc/flddat.hxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/sw/inc/flddat.hxx b/sw/inc/flddat.hxx
index 8db24243b4e1..9a2a535a4ee8 100644
--- a/sw/inc/flddat.hxx
+++ b/sw/inc/flddat.hxx
@@ -37,9 +37,6 @@ class DateTime;
class Date;
class Time;
-/*--------------------------------------------------------------------
- Beschreibung: Formate
- --------------------------------------------------------------------*/
enum SwDateFormat
{
@@ -95,9 +92,6 @@ enum SwDateSubFormat
DATE_VAR
};
-/*--------------------------------------------------------------------
- Beschreibung: Datum/Uhrzeitfeld
- --------------------------------------------------------------------*/
class SwDateTimeFieldType : public SwValueFieldType
{
@@ -107,14 +101,11 @@ public:
virtual SwFieldType* Copy() const;
};
-/*--------------------------------------------------------------------
- Beschreibung: Datum/Uhrzeitfeld
- --------------------------------------------------------------------*/
class SW_DLLPUBLIC SwDateTimeField : public SwValueField
{
USHORT nSubType;
- long nOffset; // Offset in Minutes
+ long nOffset; // Offset in minutes.
public:
SwDateTimeField(SwDateTimeFieldType* pType, USHORT nSubType = DATEFLD,