summaryrefslogtreecommitdiffstats
path: root/filter/source/xsltfilter
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltfilter')
-rw-r--r--filter/source/xsltfilter/OleHandler.cxx2
-rw-r--r--filter/source/xsltfilter/XSLTFilter.cxx4
2 files changed, 3 insertions, 3 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)
{
diff --git a/filter/source/xsltfilter/XSLTFilter.cxx b/filter/source/xsltfilter/XSLTFilter.cxx
index 354124c0a10d..340414598e9c 100644
--- a/filter/source/xsltfilter/XSLTFilter.cxx
+++ b/filter/source/xsltfilter/XSLTFilter.cxx
@@ -329,7 +329,7 @@ namespace XSLT
if (xSeek.is())
xSeek->seek(0);
- // we want to be notfied when the processing is done...
+ // we want to be notified when the processing is done...
m_tcontrol->addListener(css::uno::Reference<XStreamListener> (
this));
@@ -468,7 +468,7 @@ namespace XSLT
OSL_ASSERT(m_tcontrol.is());
if (m_tcontrol.is() && m_rOutputStream.is())
{
- // we want to be notfied when the processing is done...
+ // we want to be notified when the processing is done...
m_tcontrol->addListener(css::uno::Reference<XStreamListener> (this));
// create pipe