From e10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Thu, 1 Dec 2011 23:41:42 +0200 Subject: typo fix: explicitely -> explicitly --- svtools/source/filter/jpeg/jpeg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') 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; -- cgit v1.2.3