diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-28 12:01:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-29 09:50:19 +0200 |
commit | a2795356608c9de3679ccd3076c7df14cb549d8b (patch) | |
tree | 327bd5f473f476ef96843438898e506964d50f38 /sd/inc/textapi.hxx | |
parent | b0f7efe83096655348d32782636bf0f54d837834 (diff) |
com::sun::star->css in sd
Change-Id: Ic0cbc857a3a9c66241b94c30bf8c859435f5a4b4
Diffstat (limited to 'sd/inc/textapi.hxx')
-rw-r--r-- | sd/inc/textapi.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/textapi.hxx b/sd/inc/textapi.hxx index 5844170f397b..466aad0eae38 100644 --- a/sd/inc/textapi.hxx +++ b/sd/inc/textapi.hxx @@ -42,13 +42,13 @@ public: virtual ~TextApiObject() throw(); - void SAL_CALL dispose() throw(::com::sun::star::uno::RuntimeException); + void SAL_CALL dispose() throw(css::uno::RuntimeException); OutlinerParaObject* CreateText(); void SetText( OutlinerParaObject& rText ); OUString GetText(); - static TextApiObject* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText >& ); + static TextApiObject* getImplementation( const css::uno::Reference< css::text::XText >& ); private: TextAPIEditSource* mpSource; |