Kaydet (Commit) 0b169954 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS impresstables2 (1.50.136); FILE MERGED

2007/08/01 17:01:51 cl 1.50.136.3: RESYNC: (1.50-1.51); FILE MERGED
2007/05/31 11:13:58 cl 1.50.136.2: #i68103# merging changes for tables
2007/05/03 09:05:12 cl 1.50.136.1: #i68103# more table work
üst 3604e77b
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: AccessibleShape.cxx,v $ * $RCSfile: AccessibleShape.cxx,v $
* *
* $Revision: 1.51 $ * $Revision: 1.52 $
* *
* last change: $Author: hr $ $Date: 2007-06-27 16:38:53 $ * last change: $Author: rt $ $Date: 2008-03-12 09:36:19 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
#include <svx/svdview.hxx> #include <svx/svdview.hxx>
#include "AccessibleEmptyEditSource.hxx" #include "AccessibleEmptyEditSource.hxx"
using namespace ::rtl; using ::rtl::OUString;
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility; using namespace ::com::sun::star::accessibility;
using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Reference;
...@@ -205,7 +205,7 @@ void AccessibleShape::Init (void) ...@@ -205,7 +205,7 @@ void AccessibleShape::Init (void)
else else
{ {
// non-empty text -> use full-fledged edit source right away // non-empty text -> use full-fledged edit source right away
::std::auto_ptr<SvxEditSource> pEditSource( new SvxTextEditSource ( *pSdrObject, *pView, *pWindow) ); ::std::auto_ptr<SvxEditSource> pEditSource( new SvxTextEditSource ( *pSdrObject, 0, *pView, *pWindow) );
mpText = new AccessibleTextHelper( pEditSource ); mpText = new AccessibleTextHelper( pEditSource );
} }
......
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