summaryrefslogtreecommitdiff
path: root/starmath/inc/view.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 16:29:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 16:29:12 +0000
commit73bfe2606980c0ec2c0ad42f11211fc4bc9662e3 (patch)
tree9bd3ecb837ca4951f4012e8845af937db85e2155 /starmath/inc/view.hxx
parentc9c89c93b9839ef9cc524e08bceb674d07b6e0b0 (diff)
INTEGRATION: CWS uaa02 (1.13.8); FILE MERGED
2003/04/17 17:21:58 mt 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2003/04/11 16:58:13 mt 1.13.8.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r--starmath/inc/view.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index c8dfed2016a2..721be28addd6 100644
--- a/starmath/inc/view.hxx
+++ b/starmath/inc/view.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: view.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 16:21:21 $
+ * last change: $Author: vg $ $Date: 2003-04-24 17:29:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ class SmGraphicWindow : public ScrollableWindow
Rectangle aCursorRect;
::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessible > xAccessible;
+ ::com::sun::star::accessibility::XAccessible > xAccessible;
SmGraphicAccessible * pAccessible;
SmViewShell *pViewShell;
@@ -156,7 +156,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();
SmGraphicAccessible * GetAccessible() { return pAccessible; }
};