diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-25 11:44:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-25 09:50:55 +0000 |
commit | 2af018e4dd99fccdc85a28b38ff924fb16a750cf (patch) | |
tree | 3d6485a3f42e9bbaace77be180d38dc7f2e175af /include/comphelper | |
parent | 75cec5cd54a731039b63d564be378a1202fb9e8b (diff) |
Fix typos
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266
Reviewed-on: https://gerrit.libreoffice.org/25420
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/docpasswordhelper.hxx | 2 | ||||
-rw-r--r-- | include/comphelper/sequence.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/docpasswordhelper.hxx b/include/comphelper/docpasswordhelper.hxx index 18eebd11e4dd..2ef3e040af1a 100644 --- a/include/comphelper/docpasswordhelper.hxx +++ b/include/comphelper/docpasswordhelper.hxx @@ -265,7 +265,7 @@ public: @return If not empty, contains the password that has been validated by the passed password verifier. If empty, no valid password has been - found, or the user has chossen to cancel password input. + found, or the user has chosen to cancel password input. */ static css::uno::Sequence< css::beans::NamedValue > requestAndVerifyDocPassword( IDocPasswordVerifier& rVerifier, diff --git a/include/comphelper/sequence.hxx b/include/comphelper/sequence.hxx index 46f8153253f3..cbc2317b5731 100644 --- a/include/comphelper/sequence.hxx +++ b/include/comphelper/sequence.hxx @@ -140,10 +140,10 @@ namespace comphelper const TYPE* m_pCurrent; public: - /** contrcuct a sequence iterator from a sequence + /** construct a sequence iterator from a sequence */ OSequenceIterator(const css::uno::Sequence< TYPE >& _rSeq); - /** contrcuct a sequence iterator from a Any containing a sequence + /** construct a sequence iterator from a Any containing a sequence */ OSequenceIterator(const css::uno::Any& _rSequenceAny); |