summaryrefslogtreecommitdiff
path: root/oox/inc/oox/drawingml/textbodycontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/drawingml/textbodycontext.hxx')
-rw-r--r--oox/inc/oox/drawingml/textbodycontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/drawingml/textbodycontext.hxx b/oox/inc/oox/drawingml/textbodycontext.hxx
index 7b21718d72a4..d46272e853a6 100644
--- a/oox/inc/oox/drawingml/textbodycontext.hxx
+++ b/oox/inc/oox/drawingml/textbodycontext.hxx
@@ -49,7 +49,7 @@ public:
virtual void SAL_CALL endFastElement( ::sal_Int32 Element ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( ::sal_Int32 Element, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& Attribs ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL characters( const ::rtl::OUString& aChars ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL characters( const OUString& aChars ) throw (::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException);
protected:
TextRunPtr mpRunPtr;