summaryrefslogtreecommitdiffstats
path: root/filter/source/xsltfilter/OleHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltfilter/OleHandler.cxx')
-rw-r--r--filter/source/xsltfilter/OleHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xsltfilter/OleHandler.cxx b/filter/source/xsltfilter/OleHandler.cxx
index 91a81b428c6f..265321ec9f8e 100644
--- a/filter/source/xsltfilter/OleHandler.cxx
+++ b/filter/source/xsltfilter/OleHandler.cxx
@@ -127,7 +127,7 @@ namespace XSLT
return "invalid oleLength";
}
Sequence<sal_Int8> content(oleLength);
- //Read all bytes. The compressed length should less then the uncompressed length
+ //Read all bytes. The compressed length should be less than the uncompressed length
readbytes = subStream->readBytes(content, oleLength);
if (oleLength < readbytes)
{