summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-19 01:58:13 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-19 19:45:07 +0000
commit9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch)
tree7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /filter
parent1721236b5b3fad5660495d638f7cdf6abfcb7a47 (diff)
Fix typos
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msvbahelper.cxx4
-rw-r--r--filter/source/xsltfilter/XSLTFilter.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/msfilter/msvbahelper.cxx b/filter/source/msfilter/msvbahelper.cxx
index 8216047efc8d..ebf458be2b92 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -459,7 +459,7 @@ MacroResolvedInfo resolveVBAMacro( SfxObjectShell* pShell, const OUString& Macro
#endif
}
-// Treat the args as possible inouts ( conversion at bottom of method )
+// Treat the args as possible inputs (conversion at bottom of method)
bool executeMacro( SfxObjectShell* pShell, const OUString& sMacroName, uno::Sequence< uno::Any >& aArgs, uno::Any& aRet, const uno::Any& /*aCaller*/)
{
#if !HAVE_FEATURE_SCRIPTING
@@ -485,7 +485,7 @@ bool executeMacro( SfxObjectShell* pShell, const OUString& sMacroName, uno::Sequ
nErr = pShell->CallXScript( sUrl,
aArgs, aRet, aOutArgsIndex, aOutArgs, false );
sal_Int32 nLen = aOutArgs.getLength();
- // convert any out params to seem like they were inouts
+ // convert any out params to seem like they were inputs
if ( nLen )
{
for ( sal_Int32 index=0; index < nLen; ++index )
diff --git a/filter/source/xsltfilter/XSLTFilter.cxx b/filter/source/xsltfilter/XSLTFilter.cxx
index 82d1d7dc9d4a..85ebe5585f1a 100644
--- a/filter/source/xsltfilter/XSLTFilter.cxx
+++ b/filter/source/xsltfilter/XSLTFilter.cxx
@@ -284,7 +284,7 @@ namespace XSLT
OUString udStyleSheet = rel2abs(msUserData[4]);
// get information from media descriptor
- // the imput stream that represents the imported file
+ // the input stream that represents the imported file
// is most important here since we need to supply it to
// the sax parser that drives the supplied document handler
sal_Int32 nLength = aSourceData.getLength();