summaryrefslogtreecommitdiff
path: root/framework/source/interaction
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-10 18:58:02 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-11 05:04:40 +0000
commitfba66b325c493567126b23d481d75ee00dc9c30d (patch)
tree4b8d64cc253aef14a22c5638b5f8175bc0049dcf /framework/source/interaction
parentb4fdb46a75731b22eb85671af4773e5bc9208f85 (diff)
Fix typos
Change-Id: I19d30a1ef4236dbe0a0053dad67a5ba7b1586fc8 Reviewed-on: https://gerrit.libreoffice.org/35054 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Johnny_M <klasse@partyheld.de> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/interaction')
-rw-r--r--framework/source/interaction/quietinteraction.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/interaction/quietinteraction.cxx b/framework/source/interaction/quietinteraction.cxx
index 202a9ae18d49..f59c2d1d33aa 100644
--- a/framework/source/interaction/quietinteraction.cxx
+++ b/framework/source/interaction/quietinteraction.cxx
@@ -73,8 +73,8 @@ void SAL_CALL QuietInteraction::handle( const css::uno::Reference< css::task::XI
xFOptions.set( lContinuations[i], css::uno::UNO_QUERY );
}
- // differ between abortable interactions (error, unknown filter ...)
- // and other ones (ambigous but not unknown filter ...)
+ // differ between abortable interactions (error, unknown filter...)
+ // and other ones (ambiguous but not unknown filter...)
css::task::ErrorCodeRequest aErrorCodeRequest;
css::document::LockedDocumentRequest aLockedDocumentRequest;
css::document::FilterOptionsRequest aFilterOptionsRequest;