summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/accessiblecontexthelper.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 16:27:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 16:27:02 +0000
commit3fe3680743685dac2f1620493cfb819c3351d8f0 (patch)
tree76d0bd9e0094411f2e341ad8555a1f8d8b42f7c3 /comphelper/source/misc/accessiblecontexthelper.cxx
parent432ffd59431185d52f5add254f8b12b993a1065c (diff)
INTEGRATION: CWS uaa02 (1.12.8); FILE MERGED
2003/04/10 11:59:39 mt 1.12.8.1: #108656# Moved Accessibility module from drafts to final
Diffstat (limited to 'comphelper/source/misc/accessiblecontexthelper.cxx')
-rw-r--r--comphelper/source/misc/accessiblecontexthelper.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/comphelper/source/misc/accessiblecontexthelper.cxx b/comphelper/source/misc/accessiblecontexthelper.cxx
index 21cd2d111b8f..4411be9726f8 100644
--- a/comphelper/source/misc/accessiblecontexthelper.cxx
+++ b/comphelper/source/misc/accessiblecontexthelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessiblecontexthelper.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 15:58:36 $
+ * last change: $Author: vg $ $Date: 2003-04-24 17:27:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,11 +72,11 @@
#include <cppuhelper/weakref.hxx>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTID_HPP_
-#include <drafts/com/sun/star/accessibility/AccessibleEventId.hpp>
+#ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTID_HPP_
+#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLESTATETYPE_HPP_
-#include <drafts/com/sun/star/accessibility/AccessibleStateType.hpp>
+#ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLESTATETYPE_HPP_
+#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#endif
#ifndef COMPHELPER_ACCESSIBLE_EVENT_NOTIFIER
@@ -90,7 +90,7 @@ namespace comphelper
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
- using namespace ::drafts::com::sun::star::accessibility;
+ using namespace ::com::sun::star::accessibility;
//=====================================================================
//= OContextHelper_Impl