summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:15:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:15:52 +0200
commita0233e6e03ca310b1c7dcc216ae18cdef6fc0d53 (patch)
tree685226cc52103b0070f9b37ea134ad897d18f21e /filter
parentb19db6b21d3d5adc6491c11ebee119d3f63675af (diff)
Typo: habe->have
Change-Id: Ic76a399fc4073fcb713bb566f3fbee2077e20e52
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/ios2met/ios2met.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx
index 412589038d73..344041e19327 100644
--- a/filter/source/graphicfilter/ios2met/ios2met.cxx
+++ b/filter/source/graphicfilter/ios2met/ios2met.cxx
@@ -2221,7 +2221,7 @@ void OS2METReader::ReadImageData(sal_uInt16 nDataID, sal_uInt16 nDataLen)
}
}
// OK, now the map data is being pushed. Unfortunatly OS2 and BMP
- // do habe a different RGB ordering when using 24-bit
+ // do have a different RGB ordering when using 24-bit
boost::scoped_array<sal_uInt8> pBuf(new sal_uInt8[nDataLen]);
pOS2MET->Read(pBuf.get(),nDataLen);
if (p->nBitsPerPixel==24) {