summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl')
-rw-r--r--offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl b/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
index f83937c4709c..7c285739d592 100644
--- a/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
+++ b/offapi/com/sun/star/embed/XEncryptionProtectedSource2.idl
@@ -52,6 +52,14 @@ interface XEncryptionProtectedSource2: XEncryptionProtectedSource
*/
void setEncryptionData( [in] sequence< ::com::sun::star::beans::NamedValue > aEncryptionData )
raises( ::com::sun::star::io::IOException );
+
+ // -----------------------------------------------------------------------
+ /** determing if an encryption data is set for this object.
+
+ @return
+ true if some encryption data was set, false otherwise
+ */
+ boolean hasEncryptionData();
};
//============================================================================