summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/writerhelper.hxx')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 5be0823fed39..df227a8d2f96 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -189,7 +189,7 @@ namespace ww8
@return
the best size to use to export to word
*/
- const Size GetSize() const { return maSize; }
+ const Size& GetSize() const { return maSize; }
/** The layout size of the contained element
@@ -197,7 +197,7 @@ namespace ww8
@return layout size
*/
- const Size GetLayoutSize() const
+ const Size& GetLayoutSize() const
{
return maLayoutSize;
}