summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 13:04:05 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 13:04:05 +0000
commit3cddae3362373748082720f4d5b2f1c3ab6a280f (patch)
tree4629b376db0d4707c516ed56b0fc2b06d329a691 /toolkit
parent1478ddee64b9c33886a5e6baaa908454f4a17f5c (diff)
INTEGRATION: CWS sb25 (1.21.28); FILE MERGED
2004/11/25 18:14:41 mt 1.21.28.1: #i37760# Less exports...
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxwindow.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxwindow.hxx b/toolkit/inc/toolkit/awt/vclxwindow.hxx
index c8df48cbcf0c..f90f7d7b16f3 100644
--- a/toolkit/inc/toolkit/awt/vclxwindow.hxx
+++ b/toolkit/inc/toolkit/awt/vclxwindow.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxwindow.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: obo $ $Date: 2004-09-09 15:12:24 $
+ * last change: $Author: rt $ $Date: 2005-01-11 14:04:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,9 @@
#ifndef _TOOLKIT_AWT_VCLXWINDOW_HXX_
#define _TOOLKIT_AWT_VCLXWINDOW_HXX_
+#ifndef TOOLKIT_DLLAPI_H
+#include <toolkit/dllapi.h>
+#endif
#ifndef _COM_SUN_STAR_AWT_XWINDOW_HPP_
#include <com/sun/star/awt/XWindow.hpp>
@@ -125,7 +128,7 @@ struct SystemParentData;
// class VCLXWINDOW
// ----------------------------------------------------
-class VCLXWindow : public ::com::sun::star::awt::XWindow2,
+class TOOLKIT_DLLPUBLIC VCLXWindow : public ::com::sun::star::awt::XWindow2,
public ::com::sun::star::awt::XVclWindowPeer,
public ::com::sun::star::awt::XLayoutConstrains,
public ::com::sun::star::awt::XView,