diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-20 11:02:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-20 16:54:54 +0100 |
commit | be0cf0693368642f94a794c64792020e3613e869 (patch) | |
tree | ea7389a2d20389128795b9d5736641e3e72e08bc /sw/source | |
parent | 2f2d542830be90d308329c854e1ebb61e85c1d43 (diff) |
bah, why did I change it away from size
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/doc/doc.cxx | 2 |
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 |