summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmlshapecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmlshapecontainer.hxx')
-rw-r--r--include/oox/vml/vmlshapecontainer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx
index 4335580ee903..6b2c3c67940f 100644
--- a/include/oox/vml/vmlshapecontainer.hxx
+++ b/include/oox/vml/vmlshapecontainer.hxx
@@ -40,8 +40,8 @@ class ShapeBase;
struct ShapeParentAnchor
{
- ::com::sun::star::awt::Rectangle maShapeRect;
- ::com::sun::star::awt::Rectangle maCoordSys;
+ css::awt::Rectangle maShapeRect;
+ css::awt::Rectangle maCoordSys;
};
@@ -104,7 +104,7 @@ public:
/** Creates and inserts all UNO shapes into the passed container. */
void convertAndInsert(
- const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
+ const css::uno::Reference< css::drawing::XShapes >& rxShapes,
const ShapeParentAnchor* pParentAnchor = 0 ) const;
private: