summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-05-17 13:52:17 +0000
committerMalte Timmermann <mt@openoffice.org>2001-05-17 13:52:17 +0000
commit9025f43795ce5942bb93414276207f9f09a66717 (patch)
treea7c5f6bf6a8e150ea71b78b3ab85084fe99b89db /toolkit/inc/toolkit/controls
parent53e4fb2ba9a760f8a6e0c3ec33092a6c39bc0816 (diff)
#87103# DECLIMPL_XSERVICEINFO
Diffstat (limited to 'toolkit/inc/toolkit/controls')
-rw-r--r--toolkit/inc/toolkit/controls/unocontrolcontainer.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx b/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
index 59f50f6b8d5e..c68f151b5599 100644
--- a/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
+++ b/toolkit/inc/toolkit/controls/unocontrolcontainer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocontrolcontainer.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mt $ $Date: 2001-01-24 15:00:58 $
+ * last change: $Author: mt $ $Date: 2001-05-17 14:52:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,9 @@
#include <toolkit/controls/unocontrol.hxx>
#include <toolkit/controls/unocontrolbase.hxx>
+#include <toolkit/helper/macros.hxx>
+#include <toolkit/helper/servicenames.hxx>
+
class UnoControlHolderList;
@@ -142,6 +145,8 @@ public:
// ::com::sun::star::awt::XWindow
void SAL_CALL setVisible( sal_Bool Visible ) throw(::com::sun::star::uno::RuntimeException);
+
+ DECLIMPL_SERVICEINFO( UnoControlContainer, ::rtl::OUString::createFromAscii( szServiceName2_UnoControlContainer ) )
};