summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docnum.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-04-29 13:15:58 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-04-29 13:32:25 +0200
commitb753c34a02b882d2b44e5d203fae95c5bcd781f3 (patch)
tree129fe0e16685ed3a8eafeb57227e2e619c6d85f6 /sw/source/core/doc/docnum.cxx
parentf1b298e3588a34335a7f7b161c0ec846ed06115b (diff)
sw, xmlsecurity: indentation fixes
Change-Id: Iafb20132df4aba6b45cf49a7814084f66d087b25
Diffstat (limited to 'sw/source/core/doc/docnum.cxx')
-rw-r--r--sw/source/core/doc/docnum.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx
index b4d652781b7f..32bfae2b4832 100644
--- a/sw/source/core/doc/docnum.cxx
+++ b/sw/source/core/doc/docnum.cxx
@@ -430,7 +430,7 @@ bool SwDoc::MoveOutlinePara( const SwPaM& rPam, short nOffset )
int nOutLineLevel = MAXLEVEL;
SwNode* pSrch = &aSttRg.GetNode();
- if( pSrch->IsTextNode())
+ if( pSrch->IsTextNode())
nOutLineLevel = static_cast<sal_uInt8>(pSrch->GetTextNode()->GetAttrOutlineLevel()-1);
SwNode* pEndSrch = &aEndRg.GetNode();
if( !GetNodes().GetOutLineNds().Seek_Entry( pSrch, &nAktPos ) )