summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/textrun.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/textrun.hxx')
-rw-r--r--oox/inc/drawingml/textrun.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/drawingml/textrun.hxx b/oox/inc/drawingml/textrun.hxx
index cba32da1baaa..b40649b61532 100644
--- a/oox/inc/drawingml/textrun.hxx
+++ b/oox/inc/drawingml/textrun.hxx
@@ -43,8 +43,8 @@ public:
virtual sal_Int32 insertAt(
const ::oox::core::XmlFilterBase& rFilterBase,
- const ::com::sun::star::uno::Reference < ::com::sun::star::text::XText >& xText,
- const ::com::sun::star::uno::Reference < ::com::sun::star::text::XTextCursor >& xAt,
+ const css::uno::Reference < css::text::XText >& xText,
+ const css::uno::Reference < css::text::XTextCursor >& xAt,
const TextCharacterProperties& rTextCharacterStyle,
float nDefaultCharHeight) const;