summaryrefslogtreecommitdiff
path: root/sw/inc/fmtrowsplt.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:35:03 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:35:03 +0000
commit370f37d2676e938bc96b3b7eb5b10ca8d1a5e9fb (patch)
tree5131df134e436b5b436ba5062dee3e3f549b2747 /sw/inc/fmtrowsplt.hxx
parenteefb507e5f9cbce29dac876c9a5fa4fff3f83c1c (diff)
INTEGRATION: CWS tune03 (1.2.244); FILE MERGED
2004/07/19 19:10:36 mhu 1.2.244.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmtrowsplt.hxx')
-rw-r--r--sw/inc/fmtrowsplt.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/fmtrowsplt.hxx b/sw/inc/fmtrowsplt.hxx
index 916c8037d024..a920e5dfa316 100644
--- a/sw/inc/fmtrowsplt.hxx
+++ b/sw/inc/fmtrowsplt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtrowsplt.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-01-13 11:05:46 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:35:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,10 @@
#ifndef _SFXENUMITEM_HXX //autogen
#include <svtools/eitem.hxx>
#endif
+
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
#ifndef _HINTIDS_HXX
#include <hintids.hxx>
#endif
@@ -73,7 +77,7 @@
class IntlWrapper;
-class SwFmtRowSplit : public SfxBoolItem
+class SW_DLLPUBLIC SwFmtRowSplit : public SfxBoolItem
{
public:
SwFmtRowSplit( BOOL bSplit = TRUE ) : SfxBoolItem( RES_ROW_SPLIT, bSplit ) {}