summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-27 14:25:48 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-29 07:07:13 +0000
commit27319418ed7601fa62993e39894bb8f8902a88d0 (patch)
treee3d7d8642a6896e3820be916fec1e306429eb3ea /svtools/inc
parentfd586445a47d50ebfff67a7d5e4a329cf064cb92 (diff)
loplugin:countusersofdefaultparams in store..svtools
Change-Id: I15b4400bddc5a4d0e3de5dfffe18b7e493f97df6 Reviewed-on: https://gerrit.libreoffice.org/27580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/roadmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/roadmap.hxx b/svtools/inc/roadmap.hxx
index 6b9c50355015..14d63ee2604f 100644
--- a/svtools/inc/roadmap.hxx
+++ b/svtools/inc/roadmap.hxx
@@ -69,7 +69,7 @@ public:
ItemIndex GetItemCount() const;
ItemId GetItemID( ItemIndex _nIndex ) const;
- void InsertRoadmapItem( ItemIndex Index, const OUString& RoadmapItem, ItemId _nUniqueId, bool _bEnabled = true );
+ void InsertRoadmapItem( ItemIndex Index, const OUString& RoadmapItem, ItemId _nUniqueId, bool _bEnabled );
void ReplaceRoadmapItem( ItemIndex Index, const OUString& RoadmapItem, ItemId _nUniqueId, bool _bEnabled );
void DeleteRoadmapItem( ItemIndex _nIndex );