summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableShapeResizer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLTableShapeResizer.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableShapeResizer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLTableShapeResizer.hxx b/sc/source/filter/xml/XMLTableShapeResizer.hxx
index f154bb37e96f..be6a97b5e812 100644
--- a/sc/source/filter/xml/XMLTableShapeResizer.hxx
+++ b/sc/source/filter/xml/XMLTableShapeResizer.hxx
@@ -48,8 +48,8 @@ public:
explicit ScMyOLEFixer(ScXMLImport& rImport);
~ScMyOLEFixer();
- static bool IsOLE(css::uno::Reference< css::drawing::XShape >& rShape);
- void AddOLE(css::uno::Reference <css::drawing::XShape>& rShape,
+ static bool IsOLE(const css::uno::Reference< css::drawing::XShape >& rShape);
+ void AddOLE(const css::uno::Reference <css::drawing::XShape>& rShape,
const OUString &rRangeList);
void FixupOLEs();
};