summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XLinkUpdate.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XLinkUpdate.idl')
-rw-r--r--offapi/com/sun/star/util/XLinkUpdate.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XLinkUpdate.idl b/offapi/com/sun/star/util/XLinkUpdate.idl
index 6f85120775e2..71aa943cce73 100644
--- a/offapi/com/sun/star/util/XLinkUpdate.idl
+++ b/offapi/com/sun/star/util/XLinkUpdate.idl
@@ -22,25 +22,21 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** allows initiating an update of linked parts of a document.
*/
published interface XLinkUpdate: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** initiates the reloading of all linked document content like linked graphics,
linked text sections.
*/
void updateLinks();
};
-//=============================================================================
}; }; }; };