diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:32:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:32:46 +0000 |
commit | d000b5091f753ded54fd1cf44e64bcb5f97c6f1e (patch) | |
tree | a4280dca398632f4e2a6435c3e4b7384213cbaa7 /sw/inc/fmtclbl.hxx | |
parent | 5190d17a60c7567f3eab30e61c5d223c05b638f0 (diff) |
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.hxx | 9 |
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 ) |