From 1f9a610de1e1e540386972c010ebfc99e5f55df7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Jan 2016 16:02:17 +0200 Subject: loplugin:unusedmethods unused return value in include/editeng Change-Id: I1314480950b0d3a3e5ed066d71c175604dd41970 Reviewed-on: https://gerrit.libreoffice.org/21361 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/editeng/editview.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/editview.hxx') 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& rLogicRects) const; -- cgit