summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/theme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/theme.hxx')
-rw-r--r--include/oox/drawingml/theme.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/oox/drawingml/theme.hxx b/include/oox/drawingml/theme.hxx
index f97a821ab919..557e9a16248e 100644
--- a/include/oox/drawingml/theme.hxx
+++ b/include/oox/drawingml/theme.hxx
@@ -85,11 +85,10 @@ public:
Shape& getTxDef() { return maTxDef; }
const Shape& getTxDef() const { return maTxDef; }
- void setFragment( const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::dom::XDocument>& xRef ) { mxFragment=xRef; }
+ void setFragment( const css::uno::Reference< css::xml::dom::XDocument>& xRef ) { mxFragment=xRef; }
private:
- OUString maStyleName;
+ OUString maStyleName;
ClrScheme maClrScheme;
FillStyleList maFillStyleList;
FillStyleList maBgFillStyleList;
@@ -99,8 +98,7 @@ private:
Shape maSpDef;
Shape maLnDef;
Shape maTxDef;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::dom::XDocument> mxFragment;
+ css::uno::Reference< css::xml::dom::XDocument> mxFragment;
};