diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 23:25:30 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 23:25:30 +0100 |
commit | b9a388b78d737e3810ca45f2f8011d2d91f81d92 (patch) | |
tree | 6dc3f312205940c81e00f058bb3fd3233d76ba33 /sc/source/ui/miscdlgs/scuiautofmt.cxx | |
parent | a4106c6cb8995a0471df59de5706447f59f6796e (diff) |
cleaning of __EXPORT define
Diffstat (limited to 'sc/source/ui/miscdlgs/scuiautofmt.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/scuiautofmt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/miscdlgs/scuiautofmt.cxx b/sc/source/ui/miscdlgs/scuiautofmt.cxx index a7637afc5381..943b965e7b69 100644 --- a/sc/source/ui/miscdlgs/scuiautofmt.cxx +++ b/sc/source/ui/miscdlgs/scuiautofmt.cxx @@ -112,7 +112,7 @@ ScAutoFormatDlg::ScAutoFormatDlg( Window* pParent, //------------------------------------------------------------------------ -__EXPORT ScAutoFormatDlg::~ScAutoFormatDlg() +ScAutoFormatDlg::~ScAutoFormatDlg() { delete pWndPreview; } @@ -467,7 +467,7 @@ IMPL_LINK( ScAutoFormatDlg, SelFmtHdl, void *, EMPTYARG ) //------------------------------------------------------------------------ -String __EXPORT ScAutoFormatDlg::GetCurrFormatName() +String ScAutoFormatDlg::GetCurrFormatName() { String aResult; |