diff options
Diffstat (limited to 'include/editeng/optitems.hxx')
-rw-r--r-- | include/editeng/optitems.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/optitems.hxx b/include/editeng/optitems.hxx index 480b7782b9eb..d44c2dc89678 100644 --- a/include/editeng/optitems.hxx +++ b/include/editeng/optitems.hxx @@ -49,7 +49,7 @@ public: virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; virtual bool operator==( const SfxPoolItem& ) const override; - css::uno::Reference< css::linguistic2::XSpellChecker1 > + const css::uno::Reference< css::linguistic2::XSpellChecker1 >& GetXSpellChecker() const { return xSpellCheck; } private: |