summaryrefslogtreecommitdiff
path: root/include/svtools/brwbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-13 09:58:40 +0200
committerNoel Grandin <noel@peralex.com>2016-01-13 12:16:23 +0200
commit6cbf151fa91ce50f7b1582c6e502a4474ba54b8e (patch)
tree8d0c4b72802a107ab86fa54ce4d365fe047d0b7b /include/svtools/brwbox.hxx
parent88ee54654e95f1f62266ee2737d2b82c8d5080a6 (diff)
loplugin:unusedmethods unused return value in include/svtools
Change-Id: Ibc83f032bb703559cc643933e53e8670bd6560b3
Diffstat (limited to 'include/svtools/brwbox.hxx')
-rw-r--r--include/svtools/brwbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 2b641f9b8944..cad8aaaf1d3e 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -500,7 +500,7 @@ public:
// movement of visible area
long ScrollColumns( long nColumns );
long ScrollRows( long nRows );
- bool MakeFieldVisible( long nRow, sal_uInt16 nColId, bool bComplete = false );
+ void MakeFieldVisible( long nRow, sal_uInt16 nColId, bool bComplete = false );
// access and movement of cursor
long GetCurRow() const { return nCurRow; }