summaryrefslogtreecommitdiff
path: root/sw/inc/edimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-19 10:31:47 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-23 11:55:36 +0000
commit47f62540bd2c2f107313bb0c6f141cd4460b6379 (patch)
tree61ec53ad77ba995bea7e154ed7267974c372a4a1 /sw/inc/edimp.hxx
parentbb45874129d36f96439a45b1eb0c8c03a2956782 (diff)
loplugin:unusedmethods in sw
Change-Id: I05e224bcc7d2b08cf1349c14e3acf274d422e109 Reviewed-on: https://gerrit.libreoffice.org/25145 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/edimp.hxx')
-rw-r--r--sw/inc/edimp.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/edimp.hxx b/sw/inc/edimp.hxx
index 20e891a18718..b9bc4a480aa1 100644
--- a/sw/inc/edimp.hxx
+++ b/sw/inc/edimp.hxx
@@ -30,7 +30,6 @@ struct SwPamRange
{
sal_uLong nStart, nEnd;
- SwPamRange() : nStart( 0 ), nEnd( 0 ) {}
SwPamRange( sal_uLong nS, sal_uLong nE ) : nStart( nS ), nEnd( nE ) {}
bool operator==( const SwPamRange& rRg ) const