diff options
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index b0692592213a..13617fb279df 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -785,9 +785,9 @@ public: /// Is hyphenation active somewhere else? static bool HasHyphIter(); - void HandleCorrectionError( const OUString aText, SwPosition aPos, - sal_Int32 nBegin, sal_Int32 nLen, SwPaM* pCursor, - const Point* pPt, SwRect& rSelectRect ); + void HandleCorrectionError(const OUString& aText, SwPosition aPos, sal_Int32 nBegin, + sal_Int32 nLen, SwPaM* pCursor, const Point* pPt, + SwRect& rSelectRect); css::uno::Reference< css::linguistic2::XSpellAlternatives > GetCorrection( const Point* pPt, SwRect& rSelectRect ); |