summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2010-12-22 14:43:50 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-22 15:21:43 +0100
commited7ccd845bc9d04419abbf1dc49d6b13801bf14d (patch)
tree710172f8b05ec0cf26be7a72e5a3570378693d03 /sfx2/inc
parentdabf6816a17b9076ed08059cb6d1a85eee86b03c (diff)
Removed __EXPORT
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/childwin.hxx2
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) \
{ \