summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/actctrl.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-17 21:50:08 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-17 21:50:08 +0100
commit4395d2497718e182db044d0e1b1ca92ad5b01e26 (patch)
tree091ef4c68d49f96b6e31f88591087a60847b91ea /sw/source/ui/inc/actctrl.hxx
parentRemove #refactorlists# comments. (diff)
downloadcore-4395d2497718e182db044d0e1b1ca92ad5b01e26.tar.gz
core-4395d2497718e182db044d0e1b1ca92ad5b01e26.zip
Remove dates and two sections of old code.
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 a43d78b11b19..7d9e618ef3ee 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.hxx
@@ -50,7 +50,7 @@ public:
};
-/* -----------------21.04.98 08:11-------------------
+/* --------------------------------------------------
* Edit, dass keine Spaces akzeptiert
* --------------------------------------------------*/
class SW_DLLPUBLIC NoSpaceEdit : public Edit
@@ -67,7 +67,7 @@ public:
const String& GetForbiddenChars(){return sForbiddenChars;}
};
-/* -----------------21.04.98 08:33-------------------
+/* --------------------------------------------------
* Kein Space und kein Punkt
* --------------------------------------------------*/
class TableNameEdit : public NoSpaceEdit
@@ -78,7 +78,7 @@ public:
{SetForbiddenChars(String::CreateFromAscii(" .<>"));}
};
-/* -----------------25.06.2003 15:55-----------------
+/* --------------------------------------------------
call a link when KEY_RETURN is pressed
--------------------------------------------------*/
class SW_DLLPUBLIC ReturnActionEdit : public Edit