summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index b68e48042151..b72ca46866d4 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -45,7 +45,7 @@ class IDocumentFieldsAccess;
class IDocumentChartDataProviderAccess;
class SwDoc;
-class SwFmt : public SwModify
+class SW_DLLPUBLIC SwFmt : public SwModify
{
// friend class SwSwgReader;
// friend class SwSwgWriter;
@@ -105,9 +105,9 @@ public:
const SfxPoolItem **ppItem = 0 ) const;
// --> OD 2008-03-03 #refactorlists#
// methods renamed and made virtual
- SW_DLLPUBLIC virtual BOOL SetFmtAttr( const SfxPoolItem& rAttr );
- SW_DLLPUBLIC virtual BOOL SetFmtAttr( const SfxItemSet& rSet );
- SW_DLLPUBLIC virtual BOOL ResetFmtAttr( USHORT nWhich1, USHORT nWhich2 = 0 );
+ virtual BOOL SetFmtAttr( const SfxPoolItem& rAttr );
+ virtual BOOL SetFmtAttr( const SfxItemSet& rSet );
+ virtual BOOL ResetFmtAttr( USHORT nWhich1, USHORT nWhich2 = 0 );
// <--
// --> OD 2007-01-24 #i73790#