summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-20 11:02:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-20 16:54:54 +0100
commitbe0cf0693368642f94a794c64792020e3613e869 (patch)
treeea7389a2d20389128795b9d5736641e3e72e08bc /sw
parent2f2d542830be90d308329c854e1ebb61e85c1d43 (diff)
bah, why did I change it away from size
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/doc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index d83ab53facff..96a162917181 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -1638,7 +1638,7 @@ void SwDoc::CalculatePagePairsForProspectPrinting(
StringRangeEnumerator::getRangesFromString(
aPageRange, aPagesToPrint, 1, nDocPageCount, 0 );
- if (!aPagesToPrint.size())
+ if (aPagesToPrint.empty())
return;
// now fill the vector for calculating the page pairs with the start frames