summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 16:27:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 16:27:22 +0000
commita9fd75dbfd748288ad2a7dcf855820f3244ae0b9 (patch)
treeca0d740da956694cd4027e1a62ade4463265bbc1 /comphelper
parentd81467c333834731e3a5c05a77906cfb34ff875b (diff)
INTEGRATION: CWS uaa02 (1.4.8); FILE MERGED
2003/04/10 11:59:40 mt 1.4.8.1: #108656# Moved Accessibility module from drafts to final
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/accessibleeventnotifier.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/accessibleeventnotifier.cxx b/comphelper/source/misc/accessibleeventnotifier.cxx
index 5e1ffd6d8d85..b4c1189ff557 100644
--- a/comphelper/source/misc/accessibleeventnotifier.cxx
+++ b/comphelper/source/misc/accessibleeventnotifier.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessibleeventnotifier.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 15:58:36 $
+ * last change: $Author: vg $ $Date: 2003-04-24 17:27:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,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;
using namespace ::comphelper;
//=====================================================================