summaryrefslogtreecommitdiff
path: root/starmath/inc/edit.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 16:29:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 16:29:02 +0000
commitc9c89c93b9839ef9cc524e08bceb674d07b6e0b0 (patch)
tree514259c27e066c1ace3eb33d7e4a122a7205eb5a /starmath/inc/edit.hxx
parentfcfb803de50231ac5711836b89813426ead3c324 (diff)
INTEGRATION: CWS uaa02 (1.8.8); FILE MERGED
2003/04/11 16:58:12 mt 1.8.8.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r--starmath/inc/edit.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index f6cf7cfa665d..377ef7642527 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: edit.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2003-04-24 14:07:29 $
+ * last change: $Author: vg $ $Date: 2003-04-24 17:29:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ class SmCmdBoxWindow;
class SmEditWindow : public Window, public DropTargetHelper
{
::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessible > xAccessible;
+ ::com::sun::star::accessibility::XAccessible > xAccessible;
SmEditAccessible * pAccessible;
SmCmdBoxWindow &rCmdBox;
@@ -179,7 +179,7 @@ public:
void ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg );
// for Accessibility
- virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > CreateAccessible();
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible();
SmEditAccessible * GetAccessible() { return pAccessible; }
};