summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/actctrl.hxx
diff options
context:
space:
mode:
authorMartin Kepplinger <martinkepplinger@eml.cc>2011-04-20 15:36:36 +0200
committerMartin Kepplinger <martinkepplinger@eml.cc>2011-04-21 21:54:00 +0200
commit1bf7bdfd5808d5410820abb643799927f15dbd30 (patch)
tree7a30bf63b7b2531944a229f004d4cf7da7331a49 /sw/source/ui/inc/actctrl.hxx
parentfix detection of first-page header/footer (previous commit,bnc#654230) (diff)
downloadcore-1bf7bdfd5808d5410820abb643799927f15dbd30.tar.gz
core-1bf7bdfd5808d5410820abb643799927f15dbd30.zip
Translate german code comments
Translate some german code comments in writer/sw/source/ui/inc to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
Diffstat (limited to 'sw/source/ui/inc/actctrl.hxx')
-rw-r--r--sw/source/ui/inc/actctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx
index 7d9e618ef3ee..f28bd79ec8e5 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.hxx
@@ -32,7 +32,7 @@
#include "swdllapi.h"
/*--------------------------------------------------------------------
- Beschreibung: numerische Eingabe
+ Description: numerical input
--------------------------------------------------------------------*/
class SW_DLLPUBLIC NumEditAction: public NumericField
{
@@ -51,7 +51,7 @@ public:
/* --------------------------------------------------
- * Edit, dass keine Spaces akzeptiert
+ * Edit that doesn't accept spaces
* --------------------------------------------------*/
class SW_DLLPUBLIC NoSpaceEdit : public Edit
{
@@ -68,7 +68,7 @@ public:
};
/* --------------------------------------------------
- * Kein Space und kein Punkt
+ * No space and no full stop
* --------------------------------------------------*/
class TableNameEdit : public NoSpaceEdit
{