summaryrefslogtreecommitdiff
path: root/sw/inc/SwStyleNameMapper.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-04-18 23:11:33 +0200
committerChristoph Herzog <rhogez@googlemail.com>2011-04-18 23:11:33 +0200
commitb85f7924bfe1c1ee6e5411a9c62549267f0e1335 (patch)
tree7270d27a86ca62cd947d46fd3e5924ba862a5097 /sw/inc/SwStyleNameMapper.hxx
parent0793901069511fc5d7be70cb85b2f7c0ff14a5db (diff)
Translate German comments.
Diffstat (limited to 'sw/inc/SwStyleNameMapper.hxx')
-rw-r--r--sw/inc/SwStyleNameMapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/SwStyleNameMapper.hxx b/sw/inc/SwStyleNameMapper.hxx
index 4d334d559383..3627d0b5dbc4 100644
--- a/sw/inc/SwStyleNameMapper.hxx
+++ b/sw/inc/SwStyleNameMapper.hxx
@@ -39,7 +39,7 @@
#endif
#include <stringhash.hxx>
-/* This class holds all data about the names of styles used in the user
+/** This class holds all data about the names of styles used in the user
* interface (UI names...these are localised into different languages).
* These UI names are loaded from the resource files on demand.
*
@@ -67,7 +67,7 @@
* 5. Numbering Rule contains the NumRule name array.
*/
-/*
+/**
* There is a further complication that came to light later. If someone enters
* a user-defined style name which is the same as a programmatic name, this
* name clash must be handled.