diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 14:41:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 14:41:42 +0000 |
commit | b7274b3f1d29602942d3d0c13db887c66bb3fa36 (patch) | |
tree | 2e3fd8fc2711c3a0e90ca0f9baedbeb6ea5856c0 /svtools/inc | |
parent | 377e91fb621f3eb737a8a95227feddb9addae583 (diff) |
INTEGRATION: CWS uaa02 (1.11.164); FILE MERGED
2003/04/11 16:59:53 mt 1.11.164.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/ivctrl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/inc/ivctrl.hxx b/svtools/inc/ivctrl.hxx index 332910923cf8..323aa4b1b6b0 100644 --- a/svtools/inc/ivctrl.hxx +++ b/svtools/inc/ivctrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ivctrl.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: pb $ $Date: 2002-09-16 07:50:11 $ + * last change: $Author: vg $ $Date: 2003-04-24 15:41:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -419,7 +419,7 @@ public: /** Creates and returns the accessible object of the Box. */ virtual ::com::sun::star::uno::Reference< - ::drafts::com::sun::star::accessibility::XAccessible > CreateAccessible(); + ::com::sun::star::accessibility::XAccessible > CreateAccessible(); }; #endif // _ICNVW_HXX |