diff options
Diffstat (limited to 'dbaccess/source/ui/browser/brwctrlr.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index b972ead4cd73..c2dcbbce590c 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -2550,7 +2550,7 @@ bool SbaXDataBrowserController::isValidCursor() const return bIsValid; } -sal_Int16 SbaXDataBrowserController::getCurrentColumnPosition() +sal_Int16 SbaXDataBrowserController::getCurrentColumnPosition() const { Reference< css::form::XGrid > xGrid(getBrowserView()->getGridControl(), UNO_QUERY); sal_Int16 nViewPos = -1; |