summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-27 12:01:17 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-27 10:34:53 +0000
commitcb4787c36a300d6783da28540da737dbad951070 (patch)
tree49973aa3cabde34908e80bf3afc554f5fa16d2a5 /svx/inc
parent4b598ccb3f25fc8bac23ed4434a11f6f6ff44bba (diff)
loplugin:countusersofdefaultparams in svx
Change-Id: Ic46a0dcce477c8b27aa2d4771c48fd45ad73718c Reviewed-on: https://gerrit.libreoffice.org/27574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/galbrws2.hxx4
-rw-r--r--svx/inc/svdibrow.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx
index dd3d0b038502..d2dc8f0f7ca4 100644
--- a/svx/inc/galbrws2.hxx
+++ b/svx/inc/galbrws2.hxx
@@ -169,8 +169,8 @@ public:
void Execute( sal_uInt16 nId );
void Dispatch( sal_uInt16 nId,
- const css::uno::Reference< css::frame::XDispatch > &rxDispatch = css::uno::Reference< css::frame::XDispatch >(),
- const css::util::URL &rURL = css::util::URL() );
+ const css::uno::Reference< css::frame::XDispatch > &rxDispatch,
+ const css::util::URL &rURL );
DECL_STATIC_LINK_TYPED( GalleryBrowser2, AsyncDispatch_Impl, void*, void );
};
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx
index c64a5e26708c..5e16c6947857 100644
--- a/svx/inc/svdibrow.hxx
+++ b/svx/inc/svdibrow.hxx
@@ -114,7 +114,7 @@ public:
virtual void dispose() override;
virtual void Resize() override;
virtual void GetFocus() override;
- void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet=nullptr) { aBrowse->SetAttributes(pAttr,p2ndSet); }
+ void SetAttributes(const SfxItemSet* pAttr, const SfxItemSet* p2ndSet) { aBrowse->SetAttributes(pAttr,p2ndSet); }
SdrItemBrowserControl *GetBrowserControl() { return aBrowse.get(); }
};