summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/OfficeRestartManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/OfficeRestartManager.idl')
-rw-r--r--offapi/com/sun/star/task/OfficeRestartManager.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/task/OfficeRestartManager.idl b/offapi/com/sun/star/task/OfficeRestartManager.idl
index a3bf039a5424..a28ff4a01779 100644
--- a/offapi/com/sun/star/task/OfficeRestartManager.idl
+++ b/offapi/com/sun/star/task/OfficeRestartManager.idl
@@ -20,13 +20,11 @@
#ifndef __com_sun_star_task_OfficeRestartManager_idl__
#define __com_sun_star_task_OfficeRestartManager_idl__
-//=============================================================================
module com { module sun { module star { module task {
interface XRestartManager;
-//=============================================================================
/** This singleton is intended to allow to restart the office asynchronously.
@@ -34,11 +32,9 @@ interface XRestartManager;
*/
singleton OfficeRestartManager : XRestartManager;
-//=============================================================================
}; }; }; };
-//=============================================================================
#endif