diff options
Diffstat (limited to 'include/editeng/outliner.hxx')
-rw-r--r-- | include/editeng/outliner.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 8c69eaf77719..2e3670a74617 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -924,7 +924,7 @@ public: bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder ); SAL_DLLPRIVATE bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder, bool* pbBulletPos ); - ScalingParameters getScalingParameters() const; + const ScalingParameters & getScalingParameters() const; void setScalingParameters(ScalingParameters const& rScalingParameters); void resetScalingParameters() { |