diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
commit | e10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch) | |
tree | 89eeb4275f134a589f5a6fe9be392a40fd86d4ee /svtools | |
parent | 9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff) |
typo fix: explicitely -> explicitly
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter/jpeg/jpeg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter/jpeg/jpeg.cxx b/svtools/source/filter/jpeg/jpeg.cxx index 1d18fd648ae6..6a703408724a 100644 --- a/svtools/source/filter/jpeg/jpeg.cxx +++ b/svtools/source/filter/jpeg/jpeg.cxx @@ -678,7 +678,7 @@ sal_Bool JPEGWriter::Write( const Graphic& rGraphic ) pAcc = aGraphicBmp.AcquireReadAccess(); - if ( !bGreys ) // bitmap was not explicitely converted into greyscale, + if ( !bGreys ) // bitmap was not explicitly converted into greyscale, { // check if source is greyscale only sal_Bool bIsGrey = sal_True; |