diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:34:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:34:51 +0000 |
commit | eefb507e5f9cbce29dac876c9a5fa4fff3f83c1c (patch) | |
tree | ded318a58f037f02693d7e3d3585a61691582408 /sw/inc/fmtpdsc.hxx | |
parent | 75fba75e7527d773f8c260b53e07c5a7dff511a3 (diff) |
INTEGRATION: CWS tune03 (1.8.222); FILE MERGED
2004/07/19 19:10:36 mhu 1.8.222.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/fmtpdsc.hxx')
-rw-r--r-- | sw/inc/fmtpdsc.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx index bcca08f54861..02658cfcd7ce 100644 --- a/sw/inc/fmtpdsc.hxx +++ b/sw/inc/fmtpdsc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtpdsc.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2004-02-02 17:59:29 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:34:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,10 @@ #ifndef _SFXPOOLITEM_HXX //autogen #include <svtools/poolitem.hxx> #endif + +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif #ifndef _HINTIDS_HXX #include <hintids.hxx> #endif @@ -86,7 +90,7 @@ class IntlWrapper; #define IVER_FMTPAGEDESC_NOAUTO ((USHORT)0x0001) #define IVER_FMTPAGEDESC_LONGPAGE ((USHORT)0x0002) -class SwFmtPageDesc : public SfxPoolItem, public SwClient +class SW_DLLPUBLIC SwFmtPageDesc : public SfxPoolItem, public SwClient { // diese "Doc"-Funktion ist friend, um nach dem kopieren das // Auto-Flag setzen zu koennen !! |