summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 15:20:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 15:20:24 +0000
commit59284d721c2133acfa1963c25fb53df2f11417a0 (patch)
tree916a140325546982e09ce9072d30180e77ddf70a /toolkit/inc/toolkit/awt/vclxtoolkit.hxx
parent747d7fc5d163f85a79429cbf9d6fd31139a28b98 (diff)
INTEGRATION: CWS uaa02 (1.12.62); FILE MERGED
2003/04/11 17:25:40 mt 1.12.62.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'toolkit/inc/toolkit/awt/vclxtoolkit.hxx')
-rw-r--r--toolkit/inc/toolkit/awt/vclxtoolkit.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxtoolkit.hxx b/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
index 2dcc37d686b2..0ad5e9515be9 100644
--- a/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
+++ b/toolkit/inc/toolkit/awt/vclxtoolkit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxtoolkit.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obr $ $Date: 2002-08-21 11:40:47 $
+ * last change: $Author: vg $ $Date: 2003-04-24 16:20:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,8 +77,8 @@
#ifndef _COM_SUN_STAR_LANG_XTYPEPROVIDER_HPP_
#include <com/sun/star/lang/XTypeProvider.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_AWT_XEXTENDEDTOOLKIT_HPP_
-#include "drafts/com/sun/star/awt/XExtendedToolkit.hpp"
+#ifndef _COM_SUN_STAR_AWT_XEXTENDEDTOOLKIT_HPP_
+#include <com/sun/star/awt/XExtendedToolkit.hpp>
#endif
#ifndef _CPPUHELPER_COMPBASE5_HXX_
@@ -136,7 +136,7 @@ class VCLXToolkit : public VCLXToolkit_Impl,
::com::sun::star::lang::XServiceInfo,
::com::sun::star::awt::XSystemChildFactory,
::com::sun::star::awt::XDataTransferProviderAccess,
- ::drafts::com::sun::star::awt::XExtendedToolkit >
+ ::com::sun::star::awt::XExtendedToolkit >
{
::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard > mxClipboard;
::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard > mxSelection;
@@ -199,7 +199,7 @@ public:
sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::star::uno::RuntimeException);
::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException);
- // ::drafts::com::sun::star::awt::XExtendedToolkit:
+ // ::com::sun::star::awt::XExtendedToolkit:
virtual ::sal_Int32 SAL_CALL getTopWindowCount()
throw (::com::sun::star::uno::RuntimeException);
@@ -226,12 +226,12 @@ public:
virtual void SAL_CALL addKeyHandler(
::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::awt::XKeyHandler > const & rHandler)
+ ::com::sun::star::awt::XKeyHandler > const & rHandler)
throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL removeKeyHandler(
::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::awt::XKeyHandler > const & rHandler)
+ ::com::sun::star::awt::XKeyHandler > const & rHandler)
throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL addFocusListener(