summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 13:05:01 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 13:05:01 +0000
commitd0946de03fb3f0c21c39c5590c8ef5a17f000975 (patch)
tree44a80e3e88db066211d88a5b804b7ae8b7574a10 /toolkit
parent1298c9abf4b82422d2c0c3082bb467f74f0d8b63 (diff)
INTEGRATION: CWS sb25 (1.33.52); FILE MERGED
2004/11/25 18:14:42 mt 1.33.52.1: #i37760# Less exports...
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrols.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrols.hxx b/toolkit/inc/toolkit/controls/unocontrols.hxx
index 7c1e9836c041..174e1285fe6e 100644
--- a/toolkit/inc/toolkit/controls/unocontrols.hxx
+++ b/toolkit/inc/toolkit/controls/unocontrols.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrols.hxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: obo $ $Date: 2004-07-05 15:54:27 $
+ * last change: $Author: rt $ $Date: 2005-01-11 14:05:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef _TOOLKIT_HELPER_UNOCONTROLS_HXX_
#define _TOOLKIT_HELPER_UNOCONTROLS_HXX_
+#ifndef TOOLKIT_DLLAPI_H
+#include <toolkit/dllapi.h>
+#endif
+
#ifndef _COM_SUN_STAR_AWT_XTEXTCOMPONENT_HPP_
#include <com/sun/star/awt/XTextComponent.hpp>
#endif
@@ -187,8 +191,8 @@ typedef ::cppu::ImplHelper4 < ::com::sun::star::awt::XTextComponent
, ::com::sun::star::awt::XLayoutConstrains
, ::com::sun::star::awt::XTextLayoutConstrains
> UnoEditControl_Base;
-class UnoEditControl :public UnoControlBase
- ,public UnoEditControl_Base
+class TOOLKIT_DLLPUBLIC UnoEditControl :public UnoControlBase
+ ,public UnoEditControl_Base
{
private:
TextListenerMultiplexer maTextListeners;