summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/actctrl.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:56:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:56:31 +0000
commitb5bf755b950d18b775a72e964da512152bb3831f (patch)
tree063ad1c282593627a9d5bde4f85f6183fbd8eaf2 /sw/source/ui/inc/actctrl.hxx
parentINTEGRATION: CWS tune03 (1.10.6); FILE MERGED (diff)
downloadcore-b5bf755b950d18b775a72e964da512152bb3831f.tar.gz
core-b5bf755b950d18b775a72e964da512152bb3831f.zip
INTEGRATION: CWS tune03 (1.3.500); FILE MERGED
2004/07/19 19:11:24 mhu 1.3.500.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/inc/actctrl.hxx')
-rw-r--r--sw/source/ui/inc/actctrl.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx
index 463fa8551545..620c09435cde 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: actctrl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:57:24 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:56:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include <vcl/field.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
/*--------------------------------------------------------------------
Beschreibung: numerische Eingabe
--------------------------------------------------------------------*/
@@ -88,7 +92,7 @@ public:
/* -----------------21.04.98 08:11-------------------
* Edit, dass keine Spaces akzeptiert
* --------------------------------------------------*/
-class NoSpaceEdit : public Edit
+class SW_DLLPUBLIC NoSpaceEdit : public Edit
{
String sForbiddenChars;
protected:
@@ -117,7 +121,7 @@ public:
/* -----------------25.06.2003 15:55-----------------
call a link when KEY_RETURN is pressed
--------------------------------------------------*/
-class ReturnActionEdit : public Edit
+class SW_DLLPUBLIC ReturnActionEdit : public Edit
{
Link aReturnActionLink;
public: