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.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/comphelper/docpasswordhelper.hxx b/include/comphelper/docpasswordhelper.hxx
index ad973a21fe32..e1f9976d7f87 100644
--- a/include/comphelper/docpasswordhelper.hxx
+++ b/include/comphelper/docpasswordhelper.hxx
@@ -38,7 +38,6 @@ enum DocPasswordVerifierResult
};
-
/** Base class for a password verifier used by the DocPasswordHelper class
below.
@@ -90,7 +89,6 @@ public:
};
-
/** Helper that asks for a document password and checks its validity.
*/
class COMPHELPER_DLLPUBLIC DocPasswordHelper
@@ -114,7 +112,6 @@ public:
GenerateNewModifyPasswordInfo( const OUString& aPassword );
-
/** This helper function allows to check whether
the "Password to modify" provided by user is the correct one.
@@ -134,8 +131,6 @@ public:
const css::uno::Sequence< css::beans::PropertyValue >& aInfo );
-
-
/** This helper function generates the hash code based on the algorithm
specified by MS for "Password to modify" feature of Word.
@@ -150,7 +145,6 @@ public:
const OUString& aString );
-
/** This helper function generates the hash code based on the algorithm
specified by MS for "Password to modify" and passwords related to
table protection of Excel.
@@ -171,7 +165,6 @@ public:
rtl_TextEncoding nEnc = RTL_TEXTENCODING_UTF8 );
-
/** This helper function generates the hash code based on the algorithm
specified by MS for "Password to modify" and passwords related to
table protection.
@@ -192,7 +185,6 @@ public:
rtl_TextEncoding nEnc = RTL_TEXTENCODING_UTF8 );
-
/** This helper function generates a random sequence of bytes of
requested length.
*/
@@ -201,7 +193,6 @@ public:
sal_Int32 nLength );
-
/** This helper function generates a byte sequence representing the
key digest value used by MSCodec_Std97 codec.
*/
@@ -211,7 +202,6 @@ public:
const css::uno::Sequence< sal_Int8 >& aDocId );
-
/** This helper function generates a byte sequence representing the
key digest value used by MSCodec_Std97 codec.
*/
@@ -229,7 +219,6 @@ public:
const sal_uInt8 pDocId[16] );
-
/** This helper function tries to request and verify a password to load a
protected document.
@@ -298,7 +287,6 @@ private:
};
-
} // namespace comphelper
#endif