summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-07 15:52:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-08 07:37:53 +0100
commit906f8e89370cc71215ade869d7bfc2d489343f64 (patch)
tree9c7ec037cf04eaebc462666df2e3e8215b582f0e /include/vcl/window.hxx
parent7f48fa8152bd3320af7276d811b752c5a762dcce (diff)
loplugin:constantparam
Change-Id: I593ccc2fb43321caf3ff64d0c348b1bac742ad18 Reviewed-on: https://gerrit.libreoffice.org/63025 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index e1c49f44de5a..7975bd252df8 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1181,7 +1181,7 @@ public:
sal_uInt16 GetChildCount() const;
vcl::Window* GetChild( sal_uInt16 nChild ) const;
vcl::Window* GetWindow( GetWindowType nType ) const;
- bool IsChild( const vcl::Window* pWindow, bool bSystemWindow = false ) const;
+ bool IsChild( const vcl::Window* pWindow ) const;
bool IsWindowOrChild( const vcl::Window* pWindow, bool bSystemWindow = false ) const;
/// Add all children to rAllChildren recursively.