summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableShapeResizer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-27 14:20:54 +0200
committerNoel Grandin <noel@peralex.com>2015-10-28 09:22:34 +0200
commit16246ed7b280f51a39a01ded24c0d7bd59d59365 (patch)
treee506c24eeae16b384555f08818e0b62ba41e0285 /sc/source/filter/xml/XMLTableShapeResizer.hxx
parent5d3c37b99e8bfa9256f12015152439bf4e5ebbb4 (diff)
com::sun::star->css in sc
Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915
Diffstat (limited to 'sc/source/filter/xml/XMLTableShapeResizer.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableShapeResizer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLTableShapeResizer.hxx b/sc/source/filter/xml/XMLTableShapeResizer.hxx
index b0e7a28b92f7..aec8c79f7593 100644
--- a/sc/source/filter/xml/XMLTableShapeResizer.hxx
+++ b/sc/source/filter/xml/XMLTableShapeResizer.hxx
@@ -31,7 +31,7 @@ class ScDocument;
struct ScMyToFixupOLE
{
- com::sun::star::uno::Reference <com::sun::star::drawing::XShape> xShape;
+ css::uno::Reference <css::drawing::XShape> xShape;
OUString sRangeList;
};
@@ -50,8 +50,8 @@ public:
ScMyOLEFixer(ScXMLImport& rImport);
~ScMyOLEFixer();
- static bool IsOLE(com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rShape);
- void AddOLE(com::sun::star::uno::Reference <com::sun::star::drawing::XShape>& rShape,
+ static bool IsOLE(css::uno::Reference< css::drawing::XShape >& rShape);
+ void AddOLE(css::uno::Reference <css::drawing::XShape>& rShape,
const OUString &rRangeList);
void FixupOLEs();
};