summaryrefslogtreecommitdiff
path: root/include/comphelper/docpasswordhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/docpasswordhelper.hxx')
-rw-r--r--include/comphelper/docpasswordhelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/docpasswordhelper.hxx b/include/comphelper/docpasswordhelper.hxx
index 7a020ed85417..37260f9b0ba3 100644
--- a/include/comphelper/docpasswordhelper.hxx
+++ b/include/comphelper/docpasswordhelper.hxx
@@ -50,7 +50,7 @@ class COMPHELPER_DLLPUBLIC IDocPasswordVerifier
public:
virtual ~IDocPasswordVerifier();
- /** Will be called everytime a password needs to be verified.
+ /** Will be called every time a password needs to be verified.
@param rPassword
The password to be verified
@@ -71,7 +71,7 @@ public:
*/
virtual DocPasswordVerifierResult verifyPassword( const OUString& rPassword, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_rEncryptionData ) = 0;
- /** Will be called everytime an encryption data needs to be verified.
+ /** Will be called every time an encryption data needs to be verified.
@param rEncryptionData
The data will be validated
@@ -82,7 +82,7 @@ public:
- DocPasswordVerifierResult_WRONG_PASSWORD, if the encryption data is
wrong.
- DocPasswordVerifierResult_ABORT, if an unrecoverable error
- occured while data verification. The password request loop
+ occurred while data verification. The password request loop
will be aborted.
*/
virtual DocPasswordVerifierResult verifyEncryptionData( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& o_rEncryptionData ) = 0;