summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 09:54:57 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 09:54:57 +0000
commitc6296636a5550a95255bc8119bb2ee1df2fab09f (patch)
treee7732244dfebc3801a8e3fb37c2cd15f1b10a32d /sw/inc/frmfmt.hxx
parent9583ed53ecf65d116fae45292792337587a901f9 (diff)
INTEGRATION: CWS tune03 (1.3.744); FILE MERGED
2004/07/19 19:10:37 mhu 1.3.744.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index e42d0a35d41d..039dcd53b624 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmfmt.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:01:06 $
+ * last change: $Author: rt $ $Date: 2004-08-23 10:54:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,10 @@
#endif
// <--
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
+
class SwDrawContact;
class SwFlyFrm;
class Graphic;
@@ -81,7 +85,7 @@ class SwRect;
class SwContact;
class SdrObject;
-class SwFrmFmt: public SwFmt
+class SW_DLLPUBLIC SwFrmFmt: public SwFmt
{
friend class SwDoc;
friend class SwPageDesc; //darf den protected CTor rufen.
@@ -168,7 +172,7 @@ public:
virtual void SetPositionLayoutDir( const sal_Int16 _nPositionLayoutDir );
// <--
- DECL_FIXEDMEMPOOL_NEWDEL(SwFrmFmt)
+ DECL_FIXEDMEMPOOL_NEWDEL_DLL(SwFrmFmt)
};
//Das FlyFrame-Format ------------------------------