summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:15:25 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:08 +0200
commit661f53f78506271dba3069a65bfbe5bb2d4faece (patch)
treeb1f4529061a01bbfc92fffbc24fcc90a65541602 /sw
parent5cb8ad75d083ba4b53f08a651b7b37d4b1328251 (diff)
typo: calcualting -> calculating
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/doc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index 344ea37a9061..13f002c4ae9a 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -1299,7 +1299,7 @@ void SwDoc::CalculatePagesForPrinting(
const sal_Int64 nContent = rOptions.getIntValue( "PrintContent", 0 );
const bool bPrintSelection = nContent == 2;
- // properties to take into account when calcualting the set of pages
+ // properties to take into account when calculating the set of pages
// (PDF export UI does not allow for selecting left or right pages only)
bool bPrintLeftPages = bIsPDFExport ? true : rOptions.IsPrintLeftPages();
bool bPrintRightPages = bIsPDFExport ? true : rOptions.IsPrintRightPages();
@@ -1559,7 +1559,7 @@ void SwDoc::CalculatePagePairsForProspectPrinting(
}
OSL_ENSURE( nPageNum == nDocPageCount, "unexpected number of pages" );
- // properties to take into account when calcualting the set of pages
+ // properties to take into account when calculating the set of pages
// Note: here bPrintLeftPages and bPrintRightPages refer to the (virtual) resulting pages
// of the prospect!
bool bPrintLeftPages = rOptions.IsPrintLeftPages();