summaryrefslogtreecommitdiff
path: root/sw/inc/fmtsrnd.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:35:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:35:26 +0000
commit4231cec5e26b77609abe64497cbd32ce24c7bf5a (patch)
treeaabb750c3e3e33758ad94f795cf0d7e8ddcb1fea /sw/inc/fmtsrnd.hxx
parent370f37d2676e938bc96b3b7eb5b10ca8d1a5e9fb (diff)
INTEGRATION: CWS tune03 (1.5.222); FILE MERGED
2004/07/19 19:10:36 mhu 1.5.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmtsrnd.hxx')
-rw-r--r--sw/inc/fmtsrnd.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/inc/fmtsrnd.hxx b/sw/inc/fmtsrnd.hxx
index a3ed0bae6e6c..e24224a50a22 100644
--- a/sw/inc/fmtsrnd.hxx
+++ b/sw/inc/fmtsrnd.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtsrnd.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 18:00:07 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:35:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#ifndef _FMTSRND_HXX
#define _FMTSRND_HXX
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
#ifndef _HINTIDS_HXX
#include <hintids.hxx>
#endif
@@ -87,7 +90,7 @@ enum SwSurround {
SURROUND_END
};
-class SwFmtSurround: public SfxEnumItem
+class SW_DLLPUBLIC SwFmtSurround: public SfxEnumItem
{
BOOL bAnchorOnly :1;
BOOL bContour :1;