summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/printfun.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/printfun.cxx')
-rw-r--r--sc/source/ui/view/printfun.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx
index 8828afe25c6e..71f29e3f6778 100644
--- a/sc/source/ui/view/printfun.cxx
+++ b/sc/source/ui/view/printfun.cxx
@@ -706,7 +706,7 @@ bool ScPrintFunc::AdjustPrintArea( bool bNew )
SCROW nPAEndRow;
bFound = pDoc->GetPrintAreaVer( nPrintTab, nStartCol, nEndCol, nPAEndRow, bNotes );
// Say we don't want to print more than ~1000 empty rows, which are
- // about 14 pages intentionally left blank..
+ // about 14 pages intentionally left blank...
const SCROW nFuzzy = 23*42;
if (nPAEndRow + nFuzzy < nEndRow)
{