summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-03-09 17:29:09 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-03-09 17:29:09 +0100
commit92c231e882e4e788259fbae6a793bb2699c059bb (patch)
treeb57e63cc9ce41955c6010d60e7a5307644a55c66 /offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
parentaa2fc0e7863f1acd4712f59a10257ecdddc885f8 (diff)
mav60: #164341# support AES encryption
Diffstat (limited to 'offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl')
-rw-r--r--offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl12
1 files changed, 7 insertions, 5 deletions
diff --git a/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl b/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
index e590a5764178..5930e8490678 100644
--- a/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
+++ b/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
@@ -41,17 +41,19 @@ module com { module sun { module star { module embed {
//============================================================================
/** This interface allows to set a password for an object.
+
+ @since OOo 3.4
*/
-published interface XEncryptionProtectedSource2: XEncryptionProtectedSource
+interface XEncryptionProtectedSource2: XEncryptionProtectedSource
{
// -----------------------------------------------------------------------
/** sets an encryption data for the object.
- @param aEncryptionData
- the new encryption data
+ @param aEncryptionData
+ the new encryption data
- @throws ::com::sun::star::io::IOException
- in case the data could not be set
+ @throws ::com::sun::star::io::IOException
+ in case the data could not be set
*/
void setEncryptionData( [in] sequence< ::com::sun::star::beans::NamedValue > aEncryptionData )
raises( ::com::sun::star::io::IOException );