diff options
Diffstat (limited to 'include/editeng/editview.hxx')
-rw-r--r-- | include/editeng/editview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx index 71a4b643e140..22fb58c8e0f4 100644 --- a/include/editeng/editview.hxx +++ b/include/editeng/editview.hxx @@ -215,7 +215,7 @@ public: void TransliterateText( sal_Int32 nTransliterationMode ); - bool IsCursorAtWrongSpelledWord( bool bMarkIfWrong = false ); + bool IsCursorAtWrongSpelledWord(); bool IsWrongSpelledWordAtPos( const Point& rPosPixel, bool bMarkIfWrong = false ); void ExecuteSpellPopup( const Point& rPosPixel, Link<SpellCallbackInfo&,void>* pCallBack = nullptr ); |