diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 15:42:15 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 15:42:15 +0100 |
commit | c43ded52de5a31ecc9fdd414dc81ab581fc8df1a (patch) | |
tree | c749b61932dac7332202dcc7429e1485fd21f43c /sw/source/ui/misc/insrule.cxx | |
parent | fe03a0cc68d8b1ba8b8d1e2eb539532efd240381 (diff) |
cleaning of __EXPORT define
Diffstat (limited to 'sw/source/ui/misc/insrule.cxx')
-rw-r--r-- | sw/source/ui/misc/insrule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/insrule.cxx b/sw/source/ui/misc/insrule.cxx index d1cf53c4c55f..1d0dd0d8119b 100644 --- a/sw/source/ui/misc/insrule.cxx +++ b/sw/source/ui/misc/insrule.cxx @@ -119,7 +119,7 @@ SwRulerValueSet::~SwRulerValueSet() { } -void __EXPORT SwRulerValueSet::UserDraw( const UserDrawEvent& rUDEvt ) +void SwRulerValueSet::UserDraw( const UserDrawEvent& rUDEvt ) { Rectangle aRect = rUDEvt.GetRect(); OutputDevice* pDev = rUDEvt.GetDevice(); |