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

INTEGRATION: CWS uaa02 (1.4.10); FILE MERGED

2003/04/14 16:20:02 dvo 1.4.10.2: #108917# implement must-changes:
move API away from drafts module
throw IllegalArgumentException for illegal text type
2003/04/11 17:21:18 mt 1.4.10.1: #108656# Moved accessibility from drafts to final
üst 6fc4bf6c
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: accgraphic.cxx,v $ * $RCSfile: accgraphic.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: vg $ $Date: 2003-04-17 13:36:47 $ * last change: $Author: vg $ $Date: 2003-04-24 16:11:31 $
* *
* 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
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#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 _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_ #ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_
...@@ -86,10 +86,10 @@ ...@@ -86,10 +86,10 @@
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::drafts::com::sun::star::accessibility; using namespace ::com::sun::star::accessibility;
using namespace ::rtl; using namespace ::rtl;
const sal_Char sServiceName[] = "drafts.com.sun.star.text.AccessibleTextGraphicObject"; const sal_Char sServiceName[] = "com.sun.star.text.AccessibleTextGraphicObject";
const sal_Char sImplementationName[] = "com.sun.star.comp.Writer.SwAccessibleGraphic"; const sal_Char sImplementationName[] = "com.sun.star.comp.Writer.SwAccessibleGraphic";
SwAccessibleGraphic::SwAccessibleGraphic( SwAccessibleGraphic::SwAccessibleGraphic(
......
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