summaryrefslogtreecommitdiff
path: root/sw/inc/chpfld.hxx
diff options
context:
space:
mode:
authorDaniel Di Marco <d.dimarco@gmx.de>2010-11-15 23:37:49 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-16 06:40:23 +0100
commitf0add820a11ca5e405ec35467303034287be34ec (patch)
treeb2ab38b2af694e53d323c837bbbba43fd0b8129a /sw/inc/chpfld.hxx
parentba00765e6bbcbca6bb53a705e6cb041c04502bda (diff)
translated some comments from german -> english
Diffstat (limited to 'sw/inc/chpfld.hxx')
-rw-r--r--sw/inc/chpfld.hxx19
1 files changed, 5 insertions, 14 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx
index 3b6244943eca..d4f0c2a7bb76 100644
--- a/sw/inc/chpfld.hxx
+++ b/sw/inc/chpfld.hxx
@@ -39,18 +39,14 @@ class SwTxtNode;
enum SwChapterFormat
{
CF_BEGIN,
- CF_NUMBER = CF_BEGIN, // nur die Kapitelnummer
- CF_TITLE, // nur die "Ueberschrift"
- CF_NUM_TITLE, // Kapitelnummer und "Ueberschrift"
- CF_NUMBER_NOPREPST, // nur die Kapitelnummer ohne Post/Prefix
- CF_NUM_NOPREPST_TITLE, // Kapitelnummer ohne Post/Prefix und "Ueberschrift"
+ CF_NUMBER = CF_BEGIN, // only the chapter number
+ CF_TITLE, // only the title
+ CF_NUM_TITLE, // number and title
+ CF_NUMBER_NOPREPST, // only chapter number without post-/prefix
+ CF_NUM_NOPREPST_TITLE, // chapter number without post-/prefix and title
CF_END
};
-/*--------------------------------------------------------------------
- Beschreibung: Kapitel
- --------------------------------------------------------------------*/
-
class SwChapterFieldType : public SwFieldType
{
public:
@@ -60,11 +56,6 @@ public:
};
-
-
-/*--------------------------------------------------------------------
- Beschreibung: Kapitelnummer
- --------------------------------------------------------------------*/
class SW_DLLPUBLIC SwChapterField : public SwField
{
friend class SwChapterFieldType;