diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-28 10:21:57 +0700 |
---|---|---|
committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-28 10:21:57 +0700 |
commit | c0a9d3d3f91e7a5e7fd420b4bce9955de48187a8 (patch) | |
tree | 3ef5ee4bf8d2bf98f0142e497df1c618843bd404 /sw | |
parent | c0bed9c72e12d57a9f8d3d589a493ae6d0f10b4d (diff) |
typos fixing
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/view/viewpg.cxx | 4 | ||||
-rw-r--r-- | sw/source/core/view/vprint.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/labimg.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/navicont.hxx | 2 |
4 files changed, 5 insertions, 5 deletions
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: |