summaryrefslogtreecommitdiff
path: root/sw/inc/swregion.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/swregion.hxx
parent2ac1c2f75e5f020fbb8c2c98b00ef32faa4770aa (diff)
loplugin:unuseddefaultparam in sw (part2)
Change-Id: I7eefd83d7f84c0a6301fd3ba37d77463d809e5f9
Diffstat (limited to 'sw/inc/swregion.hxx')
-rw-r--r--sw/inc/swregion.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swregion.hxx b/sw/inc/swregion.hxx
index 5a4d7621a7cd..f241da538d42 100644
--- a/sw/inc/swregion.hxx
+++ b/sw/inc/swregion.hxx
@@ -42,7 +42,7 @@ public:
void Invert();
// Combine adjacent rectangles.
- void Compress( bool bFuzzy = true );
+ void Compress();
inline const SwRect &GetOrigin() const { return m_aOrigin; }
inline void ChangeOrigin( const SwRect &rRect ) { m_aOrigin = rRect; }