diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-08-23 07:35:37 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-08-23 07:35:37 +0000 |
commit | b346d18a0ba04462b1fadd22c958a68ce8bf912e (patch) | |
tree | eac0140553f46e10f6a5782032755c6242645f96 /sw/inc/format.hxx | |
parent | 712045ec53775d5264b47d49716973a8fa6aff5f (diff) |
INTEGRATION: CWS tune03 (1.21.182); FILE MERGED
2004/08/09 21:19:06 mhu 1.21.182.2: RESYNC: (1.21-1.22); FILE MERGED
2004/07/19 19:10:36 mhu 1.21.182.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r-- | sw/inc/format.hxx | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx index 677826a177..06dc9d91ed 100644 --- a/sw/inc/format.hxx +++ b/sw/inc/format.hxx @@ -2,9 +2,9 @@ * * $RCSfile: format.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: kz $ $Date: 2004-08-02 13:57:20 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:35:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,11 +61,13 @@ #ifndef _FORMAT_HXX #define _FORMAT_HXX - #ifndef _SOLAR_H #include <tools/solar.h> #endif +#ifndef INCLUDED_SWDLLAPI_H +#include "swdllapi.h" +#endif #ifndef _ERRHDL_HXX #include <errhdl.hxx> // fuer ASSERT #endif @@ -143,11 +145,11 @@ public: BOOL bInParents = TRUE ) const; inline SfxItemState GetItemState( USHORT nWhich, BOOL bSrchInParent = TRUE, const SfxPoolItem **ppItem = 0 ) const; - BOOL SetAttr( const SfxPoolItem& ); - BOOL SetAttr( const SfxItemSet& rSet ); + SW_DLLPUBLIC BOOL SetAttr( const SfxPoolItem& ); + SW_DLLPUBLIC BOOL SetAttr( const SfxItemSet& rSet ); // Nimmt den Hint mit nWhich aus dem Delta-Array - BOOL ResetAttr( USHORT nWhich1, USHORT nWhich2 = 0 ); + SW_DLLPUBLIC BOOL ResetAttr( USHORT nWhich1, USHORT nWhich2 = 0 ); // Nimmt alle Hints aus dem Delta-Array, // liefert die Anzahl der geloeschten Hints |