summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 12:59:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:02 +0200
commit2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 (patch)
tree07c93e952ef78e0da5eb8b365f01ecb7a7ab2227 /oox
parentcc1352243e4c69c60851df901d2491fff91c2cb4 (diff)
typo: choosen -> chosen
Diffstat (limited to 'oox')
-rw-r--r--oox/source/core/filterdetect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/filterdetect.cxx b/oox/source/core/filterdetect.cxx
index d8e10144a822..4a2dc970602d 100644
--- a/oox/source/core/filterdetect.cxx
+++ b/oox/source/core/filterdetect.cxx
@@ -399,7 +399,7 @@ OUString SAL_CALL FilterDetect::detect( Sequence< PropertyValue >& rMediaDescSeq
OUString aFilterName;
MediaDescriptor aMediaDescriptor( rMediaDescSeq );
- /* Check that the user has not choosen to abort detection, e.g. by hitting
+ /* Check that the user has not chosen to abort detection, e.g. by hitting
'Cancel' in the password input dialog. This may happen because this
filter detection is used by different filters. */
bool bAborted = aMediaDescriptor.getUnpackedValueOrDefault( MediaDescriptor::PROP_ABORTED(), false );