diff options
Diffstat (limited to 'include/svtools/brwbox.hxx')
-rw-r--r-- | include/svtools/brwbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index 0dcc075855a5..edd86df02004 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -481,7 +481,7 @@ public: // movement of visible area long ScrollColumns( long nColumns ); long ScrollRows( long nRows ); - void MakeFieldVisible( long nRow, sal_uInt16 nColId, bool bComplete = false ); + void MakeFieldVisible( long nRow, sal_uInt16 nColId ); // access and movement of cursor long GetCurRow() const { return nCurRow; } |