diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-29 08:03:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-29 08:04:06 +0200 |
commit | 1a3ace4d098eaea7cae26311330046cd900e21af (patch) | |
tree | e40af516375cee0a03a8729459a2497ab97c256a /sw/source/uibase/app/swmodul1.cxx | |
parent | 2ac1c2f75e5f020fbb8c2c98b00ef32faa4770aa (diff) |
loplugin:unuseddefaultparam in sw (part2)
Change-Id: I7eefd83d7f84c0a6301fd3ba37d77463d809e5f9
Diffstat (limited to 'sw/source/uibase/app/swmodul1.cxx')
-rw-r--r-- | sw/source/uibase/app/swmodul1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/swmodul1.cxx b/sw/source/uibase/app/swmodul1.cxx index d9d52fbd8a1b..ad02fe812c8b 100644 --- a/sw/source/uibase/app/swmodul1.cxx +++ b/sw/source/uibase/app/swmodul1.cxx @@ -364,7 +364,7 @@ SwChapterNumRules* SwModule::GetChapterNumRules() return m_pChapterNumRules; } -void SwModule::ShowDBObj(SwView& rView, const SwDBData& rData, bool /*bOnlyIfAvailable*/) +void SwModule::ShowDBObj(SwView& rView, const SwDBData& rData) { Reference<XFrame> xFrame = rView.GetViewFrame()->GetFrame().GetFrameInterface(); Reference<XDispatchProvider> xDP(xFrame, uno::UNO_QUERY); |