summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlsubti.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlsubti.hxx')
-rw-r--r--sc/source/filter/xml/xmlsubti.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlsubti.hxx b/sc/source/filter/xml/xmlsubti.hxx
index 00176300c561..83a93b7806d1 100644
--- a/sc/source/filter/xml/xmlsubti.hxx
+++ b/sc/source/filter/xml/xmlsubti.hxx
@@ -88,9 +88,9 @@ public:
SCROW GetCurrentRow() const { return (maCurrentCellPos.Row() >= 0) ? maCurrentCellPos.Row() : 0; }
const css::uno::Reference< css::sheet::XSpreadsheet >&
GetCurrentXSheet() const { return xCurrentSheet; }
- css::uno::Reference< css::drawing::XDrawPage >
+ css::uno::Reference< css::drawing::XDrawPage > const &
GetCurrentXDrawPage();
- css::uno::Reference< css::drawing::XShapes >
+ css::uno::Reference< css::drawing::XShapes > const &
GetCurrentXShapes();
bool HasDrawPage();
bool HasXShapes();