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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx
index 0a92dc3dcf4c..cf4d8e8fa5f7 100644
--- a/sc/source/ui/view/printfun.cxx
+++ b/sc/source/ui/view/printfun.cxx
@@ -931,7 +931,7 @@ void ScPrintFunc::InitParam( const ScPrintOptions* pOptions )
// TabPage "Parts":
- //! walk throuch all PrintAreas of the table !!!
+ //! walk through all PrintAreas of the table !!!
const ScRange* pPrintArea = pDoc->GetPrintRange( nPrintTab, 0 );
const ScRange* pRepeatCol = pDoc->GetRepeatColRange( nPrintTab );
const ScRange* pRepeatRow = pDoc->GetRepeatRowRange( nPrintTab );
@@ -2247,7 +2247,7 @@ void ScPrintFunc::PrintPage( long nPageNo, SCCOL nX1, SCROW nY1, SCCOL nX2, SCRO
LocateArea( nX1,nY1, nX2,nY2, nDataX,nDataY, false,false, *pLocationData );
// output column/row headers
- // after data (throug probably shadow)
+ // after data (through probably shadow)
Color aGridColor( COL_BLACK );
if ( bUseStyleColor )