summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-10-28 14:42:33 +0100
committerMichael Stahl <mstahl@redhat.com>2015-10-28 14:47:19 +0100
commit59dfeacf8c08b911e8bf3b1f5d9bf896970dd929 (patch)
tree083500fa5c932a686461eb3090fb1527faddf752 /sw/source/filter/ww8/ww8par3.cxx
parent34b5da1c701144d2d957d523d79e2547cbf40ece (diff)
sw: surely that should be !=, not <
Change-Id: Id733fd3a53fe2023be20fcf7c9d93823d1697a7d
Diffstat (limited to 'sw/source/filter/ww8/ww8par3.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index 8ea78753242e..0920d770b7dd 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -1510,7 +1510,7 @@ WW8ListManager::~WW8ListManager()
}
delete *aIter;
}
- for (auto aIter = m_LFOInfos.rbegin(); aIter < m_LFOInfos.rend(); ++aIter)
+ for (auto aIter = m_LFOInfos.rbegin(); aIter != m_LFOInfos.rend(); ++aIter)
{
if ((*aIter)->bOverride
&& (*aIter)->pNumRule