Fix typos

Change-Id: I4bd004af206813b9dc01c50ab20f2e8b954b8dca
Reviewed-on: https://gerrit.libreoffice.org/77323
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-08-11 21:21:04 +02:00
committed by Julien Nabet
parent 2812610f4f
commit c8e70f970a
15 changed files with 21 additions and 21 deletions

View File

@@ -2907,7 +2907,7 @@ namespace cppcanvas
aStateStack.clearStateStack();
// Setup local state, such that the metafile renders
// itself into an one-by-one square at the origin for
// itself into a one-by-one square at the origin for
// identity view and render transformations
aStateStack.getState().transform.scale( 1.0 / aMtfSizePix.Width(),
1.0 / aMtfSizePix.Height() );