summaryrefslogtreecommitdiffstats
path: root/sw/inc/fmtclbl.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:32:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:32:46 +0000
commitd000b5091f753ded54fd1cf44e64bcb5f97c6f1e (patch)
treea4280dca398632f4e2a6435c3e4b7384213cbaa7 /sw/inc/fmtclbl.hxx
parentINTEGRATION: CWS tune03 (1.2.784); FILE MERGED (diff)
downloadcore-d000b5091f753ded54fd1cf44e64bcb5f97c6f1e.tar.gz
core-d000b5091f753ded54fd1cf44e64bcb5f97c6f1e.zip
INTEGRATION: CWS tune03 (1.5.222); FILE MERGED
2004/07/19 19:10:33 mhu 1.5.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmtclbl.hxx')
-rw-r--r--sw/inc/fmtclbl.hxx9
1 files changed, 6 insertions, 3 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 )