Kaydet (Commit) a1ed7055 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS uaa02 (1.7.10); FILE MERGED

2003/04/14 16:20:03 dvo 1.7.10.2: #108917# implement must-changes:
move API away from drafts module
throw IllegalArgumentException for illegal text type
2003/04/11 17:21:21 mt 1.7.10.1: #108656# Moved accessibility from drafts to final
üst 86baaf03
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: accpage.cxx,v $ * $RCSfile: accpage.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: vg $ $Date: 2003-04-17 13:37:39 $ * last change: $Author: vg $ $Date: 2003-04-24 16:12:27 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -74,11 +74,11 @@ ...@@ -74,11 +74,11 @@
#ifndef _UTL_ACCESSIBLESTATESETHELPER_HXX_ #ifndef _UTL_ACCESSIBLESTATESETHELPER_HXX_
#include <unotools/accessiblestatesethelper.hxx> #include <unotools/accessiblestatesethelper.hxx>
#endif #endif
#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLESTATETYPE_HPP_ #ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLESTATETYPE_HPP_
#include <drafts/com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp>
#endif #endif
#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEROLE_HPP_ #ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEROLE_HPP_
#include <drafts/com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp>
#endif #endif
#ifndef _ACCPAGE_HXX #ifndef _ACCPAGE_HXX
...@@ -100,11 +100,11 @@ ...@@ -100,11 +100,11 @@
using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::uno::RuntimeException;
using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Sequence;
using namespace ::drafts::com::sun::star::accessibility; using namespace ::com::sun::star::accessibility;
using ::rtl::OUString; using ::rtl::OUString;
using ::drafts::com::sun::star::accessibility::XAccessibleContext; using ::com::sun::star::accessibility::XAccessibleContext;
const sal_Char sServiceName[] = "drafts.com.sun.star.text.AccessiblePageView"; const sal_Char sServiceName[] = "com.sun.star.text.AccessiblePageView";
const sal_Char sImplementationName[] = "com.sun.star.comp.Writer.SwAccessiblePageView"; const sal_Char sImplementationName[] = "com.sun.star.comp.Writer.SwAccessiblePageView";
sal_Bool SwAccessiblePage::IsSelected() sal_Bool SwAccessiblePage::IsSelected()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment