summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-04 09:33:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-04 12:05:57 +0200
commit214e0847f5d1666b4cf23a833bb757f6bace04d0 (patch)
tree7c4a0d2b645a27fad2cf1a1fe75065a12115022b /include/svx
parentd4e9fe5a733f9c3a3c0b673379739c768075b465 (diff)
drop default param in SdrPaintView::VisAreaChanged
to make it easier to remove some unused params Change-Id: If36f5b69d8a45261ed23ea382b145ac2286ea794 Reviewed-on: https://gerrit.libreoffice.org/37225 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdpntv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index da219d703f8e..62cf75f7918f 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -485,7 +485,7 @@ public:
/// Must be called by the App when scrolling etc. in order for
/// an active FormularControl to be moved too
- void VisAreaChanged(const OutputDevice* pOut=nullptr);
+ void VisAreaChanged(const OutputDevice* pOut);
void VisAreaChanged(const SdrPageWindow& rWindow);
bool IsPrintPreview() const { return mbPrintPreview; }