summaryrefslogtreecommitdiff
path: root/cui/source/inc/hltpbase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-06 09:09:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-06 10:34:15 +0100
commit31b89aaeacff570017c3344195af6d075d7ec73c (patch)
tree5f8df1c4269747c4c7f65e24fee9bb1c0ae194bd /cui/source/inc/hltpbase.hxx
parent9f9347c26531bc084d081f21b43c232f411e2cee (diff)
loplugin:countusersofdefaultparams in cui
Change-Id: Id3258a664c2ea740419331877f7ce6af5e2559e7 Reviewed-on: https://gerrit.libreoffice.org/45922 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/hltpbase.hxx')
-rw-r--r--cui/source/inc/hltpbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/hltpbase.hxx b/cui/source/inc/hltpbase.hxx
index edf2546cf217..4c78d1223d60 100644
--- a/cui/source/inc/hltpbase.hxx
+++ b/cui/source/inc/hltpbase.hxx
@@ -53,7 +53,7 @@ protected:
virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) override;
public:
- SvxHyperURLBox( vcl::Window* pParent, INetProtocol eSmart = INetProtocol::File );
+ SvxHyperURLBox( vcl::Window* pParent, INetProtocol eSmart );
};