diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-04 10:45:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-04 11:48:04 +0200 |
commit | fb6c99f21e03afb85d00459ca1e1abb07e71d126 (patch) | |
tree | 30292c26db1083e5c9bb663b8f75fd9bbdfe6e1d /svtools/inc | |
parent | 1fbc20dad2520862f8142f1cabae169bf1450b87 (diff) |
loplugin:unuseddefaultparam in svtools
Change-Id: I3ef15fa33791bc5e59c36c1e80f669c7e1e7044b
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/roadmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/roadmap.hxx b/svtools/inc/roadmap.hxx index 4cc79cff7ed5..d7522654b511 100644 --- a/svtools/inc/roadmap.hxx +++ b/svtools/inc/roadmap.hxx @@ -94,7 +94,7 @@ private: RoadmapItem* GetByIndex( ItemIndex _nItemIndex ); const RoadmapItem* GetByIndex( ItemIndex _nItemIndex ) const; - RoadmapItem* GetByID( ItemId _nID, ItemIndex _nStartIndex = 0 ); + RoadmapItem* GetByID( ItemId _nID ); const RoadmapItem* GetByID( ItemId _nID ) const; RoadmapItem* GetPreviousHyperLabel( ItemIndex _Index); |