summaryrefslogtreecommitdiff
path: root/sw/inc/fmtlsplt.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:34:41 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:34:41 +0000
commit75fba75e7527d773f8c260b53e07c5a7dff511a3 (patch)
tree66bc015f20eeb1685d57caff3c0e1379a497cc94 /sw/inc/fmtlsplt.hxx
parente78c0adb67a133b72c6d0cfd111a13f8c917c397 (diff)
INTEGRATION: CWS tune03 (1.7.222); FILE MERGED
2004/07/19 19:10:35 mhu 1.7.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmtlsplt.hxx')
-rw-r--r--sw/inc/fmtlsplt.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/fmtlsplt.hxx b/sw/inc/fmtlsplt.hxx
index 05956a2b112a..e186fbf6a6ab 100644
--- a/sw/inc/fmtlsplt.hxx
+++ b/sw/inc/fmtlsplt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtlsplt.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 17:58:32 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:34:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,9 +70,13 @@
#ifndef _FORMAT_HXX //autogen
#include <format.hxx>
#endif
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
class IntlWrapper;
-class SwFmtLayoutSplit : public SfxBoolItem
+class SW_DLLPUBLIC SwFmtLayoutSplit : public SfxBoolItem
{
public:
SwFmtLayoutSplit( BOOL bSplit = TRUE ) : SfxBoolItem( RES_LAYOUT_SPLIT, bSplit ) {}