summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XUpdatable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XUpdatable.idl')
-rw-r--r--offapi/com/sun/star/util/XUpdatable.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XUpdatable.idl b/offapi/com/sun/star/util/XUpdatable.idl
index e56a9ef61858..304cae2a7f0f 100644
--- a/offapi/com/sun/star/util/XUpdatable.idl
+++ b/offapi/com/sun/star/util/XUpdatable.idl
@@ -23,22 +23,18 @@
#include <com/sun/star/util/XRefreshListener.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** is supported by objects with data that can be updated from a data source.
*/
published interface XUpdatable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** refreshes the data of the object from the connected data source.
*/
void update();
};
-//=============================================================================
}; }; }; };