summaryrefslogtreecommitdiff
path: root/toolkit/source/helper/unowrapper.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-11 13:08:19 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-11 13:08:19 +0000
commitc82e99718e089e0b7da8ead0f8a3491425d3bdb4 (patch)
tree847d1b5ee802df8cd7a7baa151af3b6e702770af /toolkit/source/helper/unowrapper.cxx
parent77fc55b7825b057d94ee84810c0e167f8ad8c690 (diff)
INTEGRATION: CWS sb25 (1.22.66); FILE MERGED
2004/12/10 11:03:44 sb 1.22.66.1: #i37760# Missing TOOLKIT_DLLPUBLIC.
Diffstat (limited to 'toolkit/source/helper/unowrapper.cxx')
-rw-r--r--toolkit/source/helper/unowrapper.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx
index e5d0d2e58799..8553ffa75709 100644
--- a/toolkit/source/helper/unowrapper.cxx
+++ b/toolkit/source/helper/unowrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unowrapper.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 13:45:29 $
+ * last change: $Author: rt $ $Date: 2005-01-11 14:08:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,7 @@
#ifndef _TOOLKIT_AWT_VCLXACCESSIBLEPOPUPMENU_HXX_
#include <toolkit/awt/vclxaccessiblepopupmenu.hxx>
#endif
+#include "toolkit/dllapi.h"
#include <vcl/svapp.hxx>
@@ -169,7 +170,7 @@
extern "C" {
-UnoWrapperBase* CreateUnoWrapper()
+TOOLKIT_DLLPUBLIC UnoWrapperBase* CreateUnoWrapper()
{
return new UnoWrapper( NULL );
}