summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 10:38:05 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 10:38:05 +0000
commit276f7021f14a70ac4ffc7afc53096bcfe3aaf3e3 (patch)
treeeda9284b4cf42ca7466844ad483ca496ec624d57 /toolkit
parent25a32506d80e4dcb9b463afc3b22aa3e51f2f3a5 (diff)
INTEGRATION: CWS layout_DEV300 (1.18.162); FILE MERGED
2008/02/14 15:50:38 jcn 1.18.162.1: Make vclxtoolkit.?xx/ImplGetWinBits public. Remove c&p duplicate from layout/helper.cxx.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxtoolkit.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxtoolkit.hxx b/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
index 389b01b95bbf..7cfec4d6f5ce 100644
--- a/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
+++ b/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclxtoolkit.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 15:08:56 $
+ * last change: $Author: kz $ $Date: 2008-03-06 11:38:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -83,6 +83,10 @@
#include <vcl/wintypes.hxx>
#endif
+#include <toolkit/dllapi.h>
+
+TOOLKIT_DLLPUBLIC WinBits ImplGetWinBits( sal_uInt32 nComponentAttribs, sal_uInt16 nCompType );
+
class Window;
class VCLXWindow;
class VclSimpleEvent;