summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-22 14:05:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-22 18:13:32 +0200
commitbef71336399f1dc678eee16b5d6d7bf26a17f491 (patch)
tree7e5067c900ec11b91b7e63c6506a39f769bcc384 /sc/source/ui/inc/gridwin.hxx
parent0dc168dfc3a693510e5776109e989ff5f956f7db (diff)
sc: rowcol: tdf#50916 convert gridwin
Change-Id: Ifaaddbf17430cf7f2b64785f80afd3cfaa80cdd8 Reviewed-on: https://gerrit.libreoffice.org/81325 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index dfbfdaef2793..bd4ca07159c5 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -123,7 +123,7 @@ class SAL_DLLPUBLIC_RTTI ScGridWindow : public vcl::Window, public DropTargetHel
SCROW mnRow1;
SCROW mnRow2;
- VisibleRange();
+ VisibleRange(const ScDocument*);
bool isInside(SCCOL nCol, SCROW nRow) const;
bool set(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);