summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-20 17:37:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-21 11:26:36 +0100
commit648c8001783603d708af9e9552a51d2334fc6c2e (patch)
treec78b326efbb01986a3f7d175d5f5eaf39c4e4f67 /filter
parent2eff4b5945144d8ed74c17c0a688d1c50fd0ae33 (diff)
Fix typo
Change-Id: I15b44b42d31eaebd2a8cea29fdaa843c9bd21b73 Reviewed-on: https://gerrit.libreoffice.org/46857 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 5342110a30f2..ac7de6b6034f 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -3364,7 +3364,7 @@ Color SvxMSDffManager::MSO_CLR_ToColor( sal_uInt32 nColorCode, sal_uInt16 nConte
sal_uInt8 nUpper = (sal_uInt8)( nColorCode >> 24 );
// sj: below change from 0x1b to 0x19 was done because of i84812 (0x02 -> rgb color),
- // now I have some problems to fix i104685 (there the color value is 0x02000000 whichs requires
+ // now I have some problems to fix i104685 (there the color value is 0x02000000 which requires
// a 0x2 scheme color to be displayed properly), the color docu seems to be incomplete
if( nUpper & 0x19 ) // if( nUpper & 0x1f )
{