summaryrefslogtreecommitdiff
path: root/sw/inc/fmtornt.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:34:41 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:34:41 +0000
commit75fba75e7527d773f8c260b53e07c5a7dff511a3 (patch)
tree66bc015f20eeb1685d57caff3c0e1379a497cc94 /sw/inc/fmtornt.hxx
parente78c0adb67a133b72c6d0cfd111a13f8c917c397 (diff)
INTEGRATION: CWS tune03 (1.7.222); FILE MERGED
2004/07/19 19:10:35 mhu 1.7.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmtornt.hxx')
-rw-r--r--sw/inc/fmtornt.hxx17
1 files changed, 10 insertions, 7 deletions
diff --git a/sw/inc/fmtornt.hxx b/sw/inc/fmtornt.hxx
index ad57c5a96a7d..933bb1f2b9c3 100644
--- a/sw/inc/fmtornt.hxx
+++ b/sw/inc/fmtornt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtornt.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 17:58:56 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:34:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#ifndef _FMTORNT_HXX
#define _FMTORNT_HXX
+#ifndef INCLUDED_SWDLLAPI_H
+#include "swdllapi.h"
+#endif
#ifndef _HINTIDS_HXX
#include <hintids.hxx>
#endif
@@ -70,18 +73,18 @@
#ifndef _FORMAT_HXX //autogen
#include <format.hxx>
#endif
-#ifndef _SFXPOOLITEM_HXX //autogen
-#include <svtools/poolitem.hxx>
-#endif
#ifndef _ORNTENUM_HXX
#include <orntenum.hxx>
#endif
+#ifndef _SFXPOOLITEM_HXX //autogen
+#include <svtools/poolitem.hxx>
+#endif
class IntlWrapper;
#define IVER_VERTORIENT_REL ((USHORT)0x0001)
-class SwFmtVertOrient: public SfxPoolItem
+class SW_DLLPUBLIC SwFmtVertOrient: public SfxPoolItem
{
SwTwips nYPos; //Enthaelt _immer_ die aktuelle RelPos.
SwVertOrient eOrient;
@@ -124,7 +127,7 @@ public:
#define IVER_HORIORIENT_TOGGLE ((USHORT)0x0001)
#define IVER_HORIORIENT_REL ((USHORT)0x0002)
-class SwFmtHoriOrient: public SfxPoolItem
+class SW_DLLPUBLIC SwFmtHoriOrient: public SfxPoolItem
{
SwTwips nXPos; //Enthaelt _immer_ die aktuelle RelPos.
SwHoriOrient eOrient;