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 369f7db9b851..33adc6e9a475 100644 --- a/include/editeng/editview.hxx +++ b/include/editeng/editview.hxx @@ -120,7 +120,7 @@ public: bool HasSelection() const; ESelection GetSelection() const; void SetSelection( const ESelection& rNewSel ); - bool SelectCurrentWord( sal_Int16 nWordType = css::i18n::WordType::ANYWORD_IGNOREWHITESPACES ); + void SelectCurrentWord( sal_Int16 nWordType = css::i18n::WordType::ANYWORD_IGNOREWHITESPACES ); /// Returns the rectangles of the current selection in TWIPs. void GetSelectionRectangles(std::vector<Rectangle>& rLogicRects) const; |