summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/XRestartManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/XRestartManager.idl')
-rw-r--r--offapi/com/sun/star/task/XRestartManager.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/task/XRestartManager.idl b/offapi/com/sun/star/task/XRestartManager.idl
index d1c4d595f55b..e3e4273f86b1 100644
--- a/offapi/com/sun/star/task/XRestartManager.idl
+++ b/offapi/com/sun/star/task/XRestartManager.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/task/XInteractionHandler.idl>
#include <com/sun/star/uno/Exception.idl>
-//============================================================================
module com { module sun { module star { module task {
-//=============================================================================
/** allows to try to restart the office.
@since OOo 3.3
*/
published interface XRestartManager : com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** let the office restart asynchronously
@param xInteractionHandler
the <type scope="com::sun::star::task">InteractionHandler</type>
@@ -49,7 +46,6 @@ published interface XRestartManager : com::sun::star::uno::XInterface
[in] com::sun::star::task::XInteractionHandler xInteractionHandler )
raises( com::sun::star::uno::Exception );
- //------------------------------------------------------------------------
/** allows to get info whether the restart has been requested and provide
the initialization status.