summaryrefslogtreecommitdiff
path: root/include/vcl/splitwin.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-14 11:58:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-15 05:49:20 +0000
commitc37b72c182894a481819b44b9a2dc9049dce2c61 (patch)
tree3a4d8c6c7acf4d18f3d7c0653733abc0a2cb0a07 /include/vcl/splitwin.hxx
parent9259fcd40b1749cd421c433bcc436cb335cbbe43 (diff)
loplugin:countusersofdefaultparams in include/vcl
Change-Id: I16979e6d49e7f1ff7ea53194cfc64fddf27d00cf Reviewed-on: https://gerrit.libreoffice.org/30841 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/splitwin.hxx')
-rw-r--r--include/vcl/splitwin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/splitwin.hxx b/include/vcl/splitwin.hxx
index 96ecd89f40f5..1f121746c025 100644
--- a/include/vcl/splitwin.hxx
+++ b/include/vcl/splitwin.hxx
@@ -145,10 +145,10 @@ public:
void InsertItem( sal_uInt16 nId, vcl::Window* pWindow, long nSize,
sal_uInt16 nPos, sal_uInt16 nIntoSetId,
- SplitWindowItemFlags nBits = SplitWindowItemFlags::NONE );
+ SplitWindowItemFlags nBits );
void InsertItem( sal_uInt16 nId, long nSize,
sal_uInt16 nPos, sal_uInt16 nIntoSetId,
- SplitWindowItemFlags nBits = SplitWindowItemFlags::NONE );
+ SplitWindowItemFlags nBits );
void RemoveItem( sal_uInt16 nId );
void Clear();