summaryrefslogtreecommitdiff
path: root/sw/inc/edimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/edimp.hxx')
-rw-r--r--sw/inc/edimp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/edimp.hxx b/sw/inc/edimp.hxx
index b06c8afe8b73..99477d80e448 100644
--- a/sw/inc/edimp.hxx
+++ b/sw/inc/edimp.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -55,8 +55,8 @@ struct SwPamRange
{
ULONG nStart, nEnd;
- SwPamRange() : nStart( 0 ), nEnd( 0 ) {}
- SwPamRange( ULONG nS, ULONG nE ) : nStart( nS ), nEnd( nE ) {}
+ SwPamRange() : nStart( 0 ), nEnd( 0 ) {}
+ SwPamRange( ULONG nS, ULONG nE ) : nStart( nS ), nEnd( nE ) {}
BOOL operator==( const SwPamRange& rRg )
{ return nStart == rRg.nStart ? TRUE : FALSE; }
@@ -75,7 +75,7 @@ public:
SwPaM& SetPam( USHORT nArrPos, SwPaM& rPam );
USHORT Count() const
- { return _SwPamRanges::Count(); }
+ { return _SwPamRanges::Count(); }
SwPamRange operator[]( USHORT nPos ) const
{ return _SwPamRanges::operator[](nPos); }
};