summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fmtclbl.hxx9
-rw-r--r--sw/inc/fmteiro.hxx9
2 files changed, 12 insertions, 6 deletions
diff --git a/sw/inc/fmtclbl.hxx b/sw/inc/fmtclbl.hxx
index e1dd8676cd16..a789feaa6f31 100644
--- a/sw/inc/fmtclbl.hxx
+++ b/sw/inc/fmtclbl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtclbl.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 17:53:20 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:32:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,10 +71,13 @@
#ifndef _FORMAT_HXX //autogen
#include <format.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
class IntlWrapper;
-class SwFmtNoBalancedColumns : public SfxBoolItem
+class SW_DLLPUBLIC SwFmtNoBalancedColumns : public SfxBoolItem
{
public:
SwFmtNoBalancedColumns( BOOL bFlag = FALSE )
diff --git a/sw/inc/fmteiro.hxx b/sw/inc/fmteiro.hxx
index 91d6a231c0e4..31dffc98b174 100644
--- a/sw/inc/fmteiro.hxx
+++ b/sw/inc/fmteiro.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmteiro.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 17:55:17 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:32:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,10 +71,13 @@
#ifndef _FORMAT_HXX //autogen
#include <format.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
class IntlWrapper;
-class SwFmtEditInReadonly : public SfxBoolItem
+class SW_DLLPUBLIC SwFmtEditInReadonly : public SfxBoolItem
{
public:
SwFmtEditInReadonly( USHORT nId = RES_EDIT_IN_READONLY,