diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-13 18:25:22 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-02-17 13:57:44 +0400 |
commit | e2f97dcc1006aceb80c4805c0e1cb5b2f40ab7b0 (patch) | |
tree | e5dec44faf212f3072fc4962a96b51ee40b67ad0 /ucbhelper | |
parent | 2a7db22c3825acdb0c36a9cefd5736d73e4fefbf (diff) |
spelling: otherwhise -> otherwise
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/inc/ucbhelper/interceptedinteraction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx b/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx index 44013b131cc0..d727b5a38ac5 100644 --- a/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx +++ b/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx @@ -229,7 +229,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper by checking its interface type. @return A valid reference to the continuation, if it could be located ... - or an empty reference otherwhise. + or an empty reference otherwise. */ static ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > extractContinuation( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionContinuation > >& lContinuations, |