summaryrefslogtreecommitdiff
path: root/emfio
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 21:21:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 09:34:52 +0200
commitc8e70f970a9b80323e9274880a135143accbb621 (patch)
tree67a79e3c360f46b160c15dc0e352bd99397b8639 /emfio
parent2812610f4f39ed5892da08864893c758325d1d39 (diff)
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>
Diffstat (limited to 'emfio')
-rw-r--r--emfio/source/reader/wmfreader.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/emfio/source/reader/wmfreader.cxx b/emfio/source/reader/wmfreader.cxx
index a4d392463afb..d1e7f85b1c67 100644
--- a/emfio/source/reader/wmfreader.cxx
+++ b/emfio/source/reader/wmfreader.cxx
@@ -773,7 +773,7 @@ namespace emfio
if( nFunc == W_META_STRETCHDIB || nFunc == W_META_DIBBITBLT || nFunc == W_META_DIBSTRETCHBLT )
{
if ( nWinROP == PATCOPY )
- mpInputStream->ReadUInt16( nUsage ); // i don't know anything of this parameter, so its called nUsage
+ mpInputStream->ReadUInt16( nUsage ); // i don't know anything of this parameter, so it's called nUsage
// DrawRect( Rectangle( ReadYX(), aDestSize ), false );
Size aDestSize( ReadYXExt() );
@@ -1761,7 +1761,7 @@ namespace emfio
if( nFunction == W_META_STRETCHDIB || nFunction == W_META_DIBBITBLT || nFunction == W_META_DIBSTRETCHBLT )
{
if ( nWinROP == PATCOPY )
- pStm->ReadUInt16( nUsage ); // i don't know anything of this parameter, so its called nUsage
+ pStm->ReadUInt16( nUsage ); // i don't know anything of this parameter, so it's called nUsage
// DrawRect( Rectangle( ReadYX(), aDestSize ), false );
Size aDestSize( ReadYXExt() );