From c9b51f1e6b05be0cfb77c29d52377e64a121e2e7 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 24 Apr 2003 16:13:03 +0000 Subject: [PATCH] INTEGRATION: CWS uaa02 (1.30.24); FILE MERGED 2003/04/22 08:14:55 mt 1.30.24.1: #108656# Moved Accessibility from drafts to final --- sc/source/ui/app/inputwin.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 9e26da8243e4..867e94bd089f 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: inputwin.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: hr $ $Date: 2003-03-26 18:05:47 $ + * last change: $Author: vg $ $Date: 2003-04-24 17:13:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,8 +112,8 @@ #include #endif -#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ -#include +#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ +#include #endif #ifndef _SC_ACCESSIBLEEDITOBJECT_HXX #include "AccessibleEditObject.hxx" @@ -1326,7 +1326,7 @@ void ScTextWnd::ImplInitSettings() Invalidate(); } -::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > ScTextWnd::CreateAccessible() +::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > ScTextWnd::CreateAccessible() { return new ScAccessibleEditObject(GetAccessibleParentWindow()->GetAccessible(), NULL, this, rtl::OUString(String(ScResId(STR_ACC_EDITLINE_NAME))),