summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddok.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-11 15:42:15 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-11 15:42:15 +0100
commitc43ded52de5a31ecc9fdd414dc81ab581fc8df1a (patch)
treec749b61932dac7332202dcc7429e1485fd21f43c /sw/source/ui/fldui/flddok.cxx
parentfe03a0cc68d8b1ba8b8d1e2eb539532efd240381 (diff)
cleaning of __EXPORT define
Diffstat (limited to 'sw/source/ui/fldui/flddok.cxx')
-rw-r--r--sw/source/ui/fldui/flddok.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/flddok.cxx b/sw/source/ui/fldui/flddok.cxx
index 1796eca2ddbc..666e2d3085cf 100644
--- a/sw/source/ui/fldui/flddok.cxx
+++ b/sw/source/ui/fldui/flddok.cxx
@@ -90,7 +90,7 @@ __EXPORT SwFldDokPage::~SwFldDokPage()
{
}
-void __EXPORT SwFldDokPage::Reset(const SfxItemSet& )
+void SwFldDokPage::Reset(const SfxItemSet& )
{
SavePos(&aTypeLB);
Init(); // Allgemeine initialisierung
@@ -553,7 +553,7 @@ IMPL_LINK( SwFldDokPage, FormatHdl, ListBox *, EMPTYARG )
return 0;
}
-BOOL __EXPORT SwFldDokPage::FillItemSet(SfxItemSet& )
+BOOL SwFldDokPage::FillItemSet(SfxItemSet& )
{
BOOL bPage = FALSE;
USHORT nTypeId = (USHORT)(ULONG)aTypeLB.GetEntryData(GetTypeSel());
@@ -647,7 +647,7 @@ BOOL __EXPORT SwFldDokPage::FillItemSet(SfxItemSet& )
return FALSE;
}
-SfxTabPage* __EXPORT SwFldDokPage::Create( Window* pParent,
+SfxTabPage* SwFldDokPage::Create( Window* pParent,
const SfxItemSet& rAttrSet )
{
return ( new SwFldDokPage( pParent, rAttrSet ) );