summaryrefslogtreecommitdiff
path: root/sw/source/core/text/guess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/guess.hxx')
-rw-r--r--sw/source/core/text/guess.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/guess.hxx b/sw/source/core/text/guess.hxx
index 750acf5d764a..e8023c26ed47 100644
--- a/sw/source/core/text/guess.hxx
+++ b/sw/source/core/text/guess.hxx
@@ -54,7 +54,7 @@ public:
inline sal_Int32 BreakStart() const { return nBreakStart; }
inline sal_Int32 BreakPos() const {return nBreakPos; }
inline sal_Int32 FieldDiff() const {return nFieldDiff; }
- inline css::uno::Reference< css::linguistic2::XHyphenatedWord > HyphWord() const
+ const css::uno::Reference< css::linguistic2::XHyphenatedWord >& HyphWord() const
{ return xHyphWord; }
};