From c0a9d3d3f91e7a5e7fd420b4bce9955de48187a8 Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Mon, 28 Nov 2011 10:21:57 +0700 Subject: typos fixing --- sw/source/core/view/viewpg.cxx | 4 ++-- sw/source/core/view/vprint.cxx | 2 +- sw/source/ui/inc/labimg.hxx | 2 +- sw/source/ui/inc/navicont.hxx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sw') diff --git a/sw/source/core/view/viewpg.cxx b/sw/source/core/view/viewpg.cxx index 968f644d68e1..f7969d164a5b 100644 --- a/sw/source/core/view/viewpg.cxx +++ b/sw/source/core/view/viewpg.cxx @@ -113,7 +113,7 @@ void ViewShell::PrintProspect( aShell.PrepareForPrint( rPrintData ); - //!! applying view options and formatting the dcoument should now only be done in getRendererCount! + //!! applying view options and formatting the document should now only be done in getRendererCount! MapMode aMapMode( MAP_TWIP ); Size aPrtSize( pPrinter->PixelToLogic( pPrinter->GetPaperSizePixel(), aMapMode ) ); @@ -226,7 +226,7 @@ void ViewShell::PrintProspect( SwPaintQueue::Repaint(); - //!! applying/modifying view options and formatting the dcoument should now only be done in getRendererCount! + //!! applying/modifying view options and formatting the document should now only be done in getRendererCount! pFntCache->Flush(); diff --git a/sw/source/core/view/vprint.cxx b/sw/source/core/view/vprint.cxx index 69c1b715fa46..edf13740f1a7 100644 --- a/sw/source/core/view/vprint.cxx +++ b/sw/source/core/view/vprint.cxx @@ -512,7 +512,7 @@ sal_Bool ViewShell::PrintOrPDFExport( return sal_False; } - //!! applying view options and formatting the dcoument should now only be done in getRendererCount! + //!! applying view options and formatting the document should now only be done in getRendererCount! ::SetSwVisArea( pViewSh2, pStPage->Frm() ); diff --git a/sw/source/ui/inc/labimg.hxx b/sw/source/ui/inc/labimg.hxx index 6733e4024383..45da9ad3e8e5 100644 --- a/sw/source/ui/inc/labimg.hxx +++ b/sw/source/ui/inc/labimg.hxx @@ -68,7 +68,7 @@ public: sal_Int32 nRows; // number of rows (user) sal_Int32 nCol; // column for single print sal_Int32 nRow; // row for single print - sal_Bool bAddr;// adress as label? + sal_Bool bAddr;// address as label? sal_Bool bCont;// continuous paper? sal_Bool bPage;// whole page or single labels? sal_Bool bSynchron;// synchronise all labels diff --git a/sw/source/ui/inc/navicont.hxx b/sw/source/ui/inc/navicont.hxx index ba7d50057525..f58f92b77e61 100644 --- a/sw/source/ui/inc/navicont.hxx +++ b/sw/source/ui/inc/navicont.hxx @@ -43,7 +43,7 @@ class NaviContentBookmark { String aUrl; // URL including jump mark String aDescr; // description - long nDocSh; // adress of DocShell + long nDocSh; // address of DocShell sal_uInt16 nDefDrag; // description contains defaultDragType public: -- cgit