diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 22:45:31 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 22:45:31 +0100 |
commit | c5d5ff22dd7394ebfca5654da06839b771c91af4 (patch) | |
tree | b4c288507e78a0a38d24973f4dde5af3ad1f69a4 /cui/source/dialogs/commonlingui.cxx | |
parent | c85774853dd803fe52e751ea6fbf0c9241998323 (diff) |
cleaning of __EXPORT define
Diffstat (limited to 'cui/source/dialogs/commonlingui.cxx')
-rw-r--r-- | cui/source/dialogs/commonlingui.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/commonlingui.cxx b/cui/source/dialogs/commonlingui.cxx index 949b62f55..f6c24c587 100644 --- a/cui/source/dialogs/commonlingui.cxx +++ b/cui/source/dialogs/commonlingui.cxx @@ -80,7 +80,7 @@ XubString SvxClickInfoCtr::GetText() const } //----------------------------------------------------------------------------- -__EXPORT SvxClickInfoCtr::~SvxClickInfoCtr() +SvxClickInfoCtr::~SvxClickInfoCtr() { } |