summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-29 08:03:43 +0200
committerNoel Grandin <noel@peralex.com>2016-02-29 08:04:06 +0200
commit1a3ace4d098eaea7cae26311330046cd900e21af (patch)
treee40af516375cee0a03a8729459a2497ab97c256a /sw/inc/swmodule.hxx
parent2ac1c2f75e5f020fbb8c2c98b00ef32faa4770aa (diff)
loplugin:unuseddefaultparam in sw (part2)
Change-Id: I7eefd83d7f84c0a6301fd3ba37d77463d809e5f9
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index 66cb66b8ff79..4dedce760946 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -177,7 +177,7 @@ public:
bool IsEmbeddedLoadSave() const { return m_bEmbeddedLoadSave; }
void SetEmbeddedLoadSave( bool bFlag ) { m_bEmbeddedLoadSave = bFlag; }
- static void ShowDBObj( SwView& rView, const SwDBData& rData, bool bOnlyIfAvailable = false);
+ static void ShowDBObj( SwView& rView, const SwDBData& rData);
// Table modi.
bool IsInsTableFormatNum(bool bHTML) const;