summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-03-23 14:13:24 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-03-23 14:13:24 +0100
commit75516e290d882c5515a188bf2bd2caf2a5f67ac9 (patch)
tree4b5a2d7944e90c62f25fe95c5087a7f03a8a1b74 /offapi
parent265244b71b989932124ed648ea39acba21756df8 (diff)
mav60: #164341# fix problems with the new implementation
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/xml/crypto/CipherID.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/crypto/CipherID.idl b/offapi/com/sun/star/xml/crypto/CipherID.idl
index ef9997c78009..10b058167244 100644
--- a/offapi/com/sun/star/xml/crypto/CipherID.idl
+++ b/offapi/com/sun/star/xml/crypto/CipherID.idl
@@ -42,9 +42,9 @@ module com { module sun { module star { module xml { module crypto {
constants CipherID
{
//------------------------------------------------------------------------
- /** identifier of AES algorithm in CBC mode
+ /** identifier of AES algorithm in CBC mode with W3C padding
*/
- const long AES_CBC = 1;
+ const long AES_CBC_W3C_PADDING = 1;
//------------------------------------------------------------------------
/** identifier of the Blowfish algorithm in 8-bit CFB mode