summaryrefslogtreecommitdiff
path: root/svtools/inc/table/tablecontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/table/tablecontrol.hxx')
-rw-r--r--svtools/inc/table/tablecontrol.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/svtools/inc/table/tablecontrol.hxx b/svtools/inc/table/tablecontrol.hxx
index 1038ac7aaf04..c09cacb55ff4 100644
--- a/svtools/inc/table/tablecontrol.hxx
+++ b/svtools/inc/table/tablecontrol.hxx
@@ -97,14 +97,8 @@ namespace svt { namespace table
sal_Int32 GetCurrentColumn() const override;
/** activates the cell at the given position
-
- @return
- <sal_True/> if the move was successful, <FALSE/> otherwise. Usual
- failure conditions include some other instance vetoing the move,
- or impossibility to execute the move at all (for instance because
- of invalid coordinates).
*/
- bool GoTo( ColPos _nColumnPos, RowPos _nRow);
+ void GoTo( ColPos _nColumnPos, RowPos _nRow);
SVT_DLLPRIVATE virtual void Resize() override;
void Select();