summaryrefslogtreecommitdiff
path: root/sw/inc/fmtinfmt.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:34:05 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:34:05 +0000
commitf8bbf53b9e80494c62b85e16485cbe839997e164 (patch)
treef300db9ed8536f948ae192f3c01e27d4c2236a66 /sw/inc/fmtinfmt.hxx
parent57ea7622ee5e680c5304b70790fec03399d157d4 (diff)
INTEGRATION: CWS tune03 (1.3.750); FILE MERGED
2004/07/19 19:10:35 mhu 1.3.750.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmtinfmt.hxx')
-rw-r--r--sw/inc/fmtinfmt.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/inc/fmtinfmt.hxx b/sw/inc/fmtinfmt.hxx
index 09d94a70777c..18b4c5511bc5 100644
--- a/sw/inc/fmtinfmt.hxx
+++ b/sw/inc/fmtinfmt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtinfmt.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mba $ $Date: 2002-06-27 08:26:16 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:34:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,12 +69,17 @@
#include <svtools/poolitem.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
class SvxMacro;
class SvxMacroTableDtor;
class IntlWrapper;
+
// ATT_INETFMT *********************************************
-class SwFmtINetFmt: public SfxPoolItem
+class SW_DLLPUBLIC SwFmtINetFmt: public SfxPoolItem
{
friend class SwTxtINetFmt;