summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XStorageChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XStorageChangeListener.idl')
-rw-r--r--offapi/com/sun/star/document/XStorageChangeListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/XStorageChangeListener.idl b/offapi/com/sun/star/document/XStorageChangeListener.idl
index 7e394eba81b9..fa573de6ee77 100644
--- a/offapi/com/sun/star/document/XStorageChangeListener.idl
+++ b/offapi/com/sun/star/document/XStorageChangeListener.idl
@@ -32,16 +32,13 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/embed/XStorage.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
/** allows to be notified when a document is switched to a new storage.
*/
interface XStorageChangeListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is called when document switches to another storage.
@param xDocument
@@ -55,7 +52,6 @@ interface XStorageChangeListener: com::sun::star::lang::XEventListener
[in] ::com::sun::star::embed::XStorage xStorage );
};
-//=============================================================================
}; }; }; };