summaryrefslogtreecommitdiff
path: root/include/svtools/scrwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-01 15:43:18 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-04 12:03:33 +0000
commitecdf7aaede66c209fa5c101c0435322a765f02ee (patch)
treec6bd3812c3d3d67b71644e0e9b3d474f1dd0f455 /include/svtools/scrwin.hxx
parent3979afceecb98780549fda60c7f75c8015bb33d8 (diff)
loplugin:constantparam in svtools
Change-Id: Iceb1b57997e0369946150ef0764b71da59a6b7a6 Reviewed-on: https://gerrit.libreoffice.org/23725 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/scrwin.hxx')
-rw-r--r--include/svtools/scrwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/scrwin.hxx b/include/svtools/scrwin.hxx
index 05ba486195a9..0a67f288290d 100644
--- a/include/svtools/scrwin.hxx
+++ b/include/svtools/scrwin.hxx
@@ -62,7 +62,7 @@ private:
DECL_DLLPRIVATE_LINK_TYPED( EndScrollHdl, ScrollBar *, void );
public:
- ScrollableWindow( vcl::Window* pParent, WinBits nBits = 0,
+ ScrollableWindow( vcl::Window* pParent,
ScrollableWindowFlags = ScrollableWindowFlags::DEFAULT );
virtual ~ScrollableWindow();
virtual void dispose() override;