summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 10:42:37 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 10:42:37 +0000
commitc2e7390bf647d181cc8006bd81d5e800056a3ca4 (patch)
treeb0ba35a53d2818f1e098563e2e40d0a70f6074f2 /toolkit
parentf8cd96c9c20c7003c9e62297834fadb6cc5ecb2f (diff)
INTEGRATION: CWS layout_DEV300 (1.68.6); FILE MERGED
2008/02/14 15:50:38 jcn 1.68.6.1: Make vclxtoolkit.?xx/ImplGetWinBits public. Remove c&p duplicate from layout/helper.cxx.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index ace3ef92cc1a..5ae72d3abec0 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclxtoolkit.cxx,v $
*
- * $Revision: 1.68 $
+ * $Revision: 1.69 $
*
- * last change: $Author: rt $ $Date: 2008-01-29 15:05:25 $
+ * last change: $Author: kz $ $Date: 2008-03-06 11:42:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -273,7 +273,7 @@ namespace css = ::com::sun::star;
#define SYSTEM_DEPENDENT_TYPE ::com::sun::star::lang::SystemDependent::SYSTEM_XWINDOW
#endif
-WinBits ImplGetWinBits( sal_uInt32 nComponentAttribs, sal_uInt16 nCompType )
+TOOLKIT_DLLPUBLIC WinBits ImplGetWinBits( sal_uInt32 nComponentAttribs, sal_uInt16 nCompType )
{
WinBits nWinBits = 0;