summaryrefslogtreecommitdiffstats
path: root/include/comphelper/docpasswordhelper.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /include/comphelper/docpasswordhelper.hxx
parentFormatting changes across all modules (diff)
downloadcore-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.tar.gz
core-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.zip
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
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