diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-08-23 07:33:12 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-08-23 07:33:12 +0000 |
commit | f88392f6739e8dc8bde07d63f2b2f1a97897ed33 (patch) | |
tree | 1585119f756cbdf842a823149079055b0e2f5217 | |
parent | a6fdf69724a189e42222d5ebf5cd54ccb1d3fdb2 (diff) |
INTEGRATION: CWS tune03 (1.2.220); FILE MERGED
2004/07/19 19:10:34 mhu 1.2.220.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
-rw-r--r-- | sw/inc/fmtfollowtextflow.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/inc/fmtfollowtextflow.hxx b/sw/inc/fmtfollowtextflow.hxx index dd026801c0..fde4af6bbb 100644 --- a/sw/inc/fmtfollowtextflow.hxx +++ b/sw/inc/fmtfollowtextflow.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtfollowtextflow.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-02-02 18:14:20 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:33:12 $ * * 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 SwFmtFollowTextFlow : public SfxBoolItem +class SW_DLLPUBLIC SwFmtFollowTextFlow : public SfxBoolItem { public: SwFmtFollowTextFlow( BOOL bFlag = FALSE ) |