diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-14 12:26:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-15 06:35:33 +0000 |
commit | 6df2c90c08b67b943022286e7152b51d52e0ef5e (patch) | |
tree | 5f90aabc3ee0a31708ab5fef4651cacfea384d6b /include/sfx2 | |
parent | c77b933f907e1d3c4778dd63cb4295c08d4d3f31 (diff) |
loplugin:countusersofdefaultparams in vcl
Change-Id: I046e6f16c5b171a06e2be2da2f72340634f3e979
Reviewed-on: https://gerrit.libreoffice.org/28891
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index 893e8cecf16f..85290a1b3c5b 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -49,7 +49,7 @@ public: virtual void InsertItem(const OUString& rCommand, const css::uno::Reference<css::frame::XFrame>& rFrame, ToolBoxItemBits nBits, - const Size& rRequestedSize = Size(), + const Size& rRequestedSize, sal_uInt16 nPos = TOOLBOX_APPEND) override; virtual bool Notify (NotifyEvent& rEvent) override; |