diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2010-12-22 14:43:50 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-12-22 15:21:43 +0100 |
commit | ed7ccd845bc9d04419abbf1dc49d6b13801bf14d (patch) | |
tree | 710172f8b05ec0cf26be7a72e5a3570378693d03 | |
parent | dabf6816a17b9076ed08059cb6d1a85eee86b03c (diff) |
Removed __EXPORT
-rw-r--r-- | sfx2/inc/sfx2/childwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/childwin.hxx b/sfx2/inc/sfx2/childwin.hxx index 7cd438c373e3..bdc52fed4c61 100644 --- a/sfx2/inc/sfx2/childwin.hxx +++ b/sfx2/inc/sfx2/childwin.hxx @@ -313,7 +313,7 @@ public: SfxChildWindow *pWin = new Class(pParent, nId, pBindings, pInfo);\ return pWin; \ } \ - sal_uInt16 __EXPORT Class::GetChildWindowId () \ + sal_uInt16 Class::GetChildWindowId () \ { return MyID; } \ void Class::RegisterChildWindow (sal_Bool bVis, SfxModule *pMod, sal_uInt16 nFlags) \ { \ |