Kaydet (Commit) 3c6c05b0 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

Remove useless comments

üst b9922296
......@@ -19,19 +19,13 @@
*
*************************************************************/
#ifndef __com_sun_star_document_EmptyUndoStackException_idl__
#define __com_sun_star_document_EmptyUndoStackException_idl__
#include <com/sun/star/util/InvalidStateException.idl>
//==================================================================================================================
module com { module sun { module star { module document {
//==================================================================================================================
/** is raised when an operation is attemption at an XUndoManager which requires a non-empty stack
of undo actions, and this requirement is not fullfilled.
@since OpenOffice 3.4
......@@ -40,10 +34,6 @@ exception EmptyUndoStackException : ::com::sun::star::util::InvalidStateExceptio
{
};
//==================================================================================================================
}; }; }; };
//==================================================================================================================
#endif
......@@ -19,19 +19,13 @@
*
*************************************************************/
#ifndef __com_sun_star_document_UndoContextNotClosedException_idl__
#define __com_sun_star_document_UndoContextNotClosedException_idl__
#include <com/sun/star/util/InvalidStateException.idl>
//==================================================================================================================
module com { module sun { module star { module document {
//==================================================================================================================
/** is thrown when an operation is attempted at an <type>XUndoManager</type> which requires all undo
contexts to be closed, but this requirement is not fullfilled.
@since OpenOffice 3.4
......@@ -40,10 +34,6 @@ exception UndoContextNotClosedException : ::com::sun::star::util::InvalidStateEx
{
};
//==================================================================================================================
}; }; }; };
//==================================================================================================================
#endif
......@@ -19,19 +19,13 @@
*
*************************************************************/
#ifndef __com_sun_star_document_UndoFailedException_idl__
#define __com_sun_star_document_UndoFailedException_idl__
#include <com/sun/star/uno/Exception.idl>
//==================================================================================================================
module com { module sun { module star { module document {
//==================================================================================================================
/** thrown when reverting to re-applying an undoable action fails.
@see XUndoAction::undo
......@@ -45,10 +39,6 @@ exception UndoFailedException : ::com::sun::star::uno::Exception
any Reason;
};
//==================================================================================================================
}; }; }; };
//==================================================================================================================
#endif
......@@ -19,19 +19,13 @@
*
*************************************************************/
#ifndef __com_sun_star_document_UndoManagerEvent_idl__
#define __com_sun_star_document_UndoManagerEvent_idl__
#include <com/sun/star/lang/EventObject.idl>
//==================================================================================================================
module com { module sun { module star { module document {
//==================================================================================================================
/** is an event sent by an <type>XUndoManager</type> implementation when the Undo/Redo stacks of the manager are
modified.
@see XUndoManager
......@@ -52,10 +46,6 @@ struct UndoManagerEvent : ::com::sun::star::lang::EventObject
long UndoContextDepth;
};
//==================================================================================================================
}; }; }; };
//==================================================================================================================
#endif
......@@ -19,20 +19,14 @@
*
*************************************************************/
#ifndef __com_sun_star_document_XUndoAction_idl__
#define __com_sun_star_document_XUndoAction_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/document/UndoFailedException.idl>
//==================================================================================================================
module com { module sun { module star { module document {
//==================================================================================================================
/** represents a single (undoable) action on a document
@since OpenOffice 3.4
*/
......@@ -65,10 +59,6 @@ interface XUndoAction
[attribute, readonly] string Title;
};
//==================================================================================================================
}; }; }; };
//==================================================================================================================
#endif
......@@ -19,8 +19,6 @@
*
*************************************************************/
#ifndef __com_sun_star_document_XUndoManager_idl__
#define __com_sun_star_document_XUndoManager_idl__
......@@ -33,15 +31,11 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/lang/WrappedTargetException.idl>
//==================================================================================================================
module com { module sun { module star { module document {
interface XUndoAction;
interface XUndoManagerListener;
//==================================================================================================================
/** provides access to the undo/redo stacks of a document
<h3>Undo</h3>
......@@ -327,10 +321,6 @@ interface XUndoManager
);
};
//==================================================================================================================
}; }; }; };
//==================================================================================================================
#endif
......@@ -19,20 +19,14 @@
*
*************************************************************/
#ifndef __com_sun_star_document_XUndoManagerListener_idl__
#define __com_sun_star_document_XUndoManagerListener_idl__
#include <com/sun/star/document/UndoManagerEvent.idl>
#include <com/sun/star/lang/XEventListener.idl>
//==================================================================================================================
module com { module sun { module star { module document {
//==================================================================================================================
/** implemented by components which want to be notified of changes in the Undo/Redo stacks of an Undo manager.
@see XUndoManager
......@@ -133,10 +127,6 @@ interface XUndoManagerListener : ::com::sun::star::lang::XEventListener
void cancelledContext( [in] UndoManagerEvent i_event );
};
//==================================================================================================================
}; }; }; };
//==================================================================================================================
#endif
......@@ -19,21 +19,15 @@
*
*************************************************************/
#ifndef __com_sun_star_document_XUndoManagerSupplier_idl__
#define __com_sun_star_document_XUndoManagerSupplier_idl__
#include <com/sun/star/uno/XInterface.idl>
//==================================================================================================================
module com { module sun { module star { module document {
interface XUndoManager;
//==================================================================================================================
/** provides access to an XUndoManager.
@since OpenOffice 3.4
......@@ -45,10 +39,6 @@ interface XUndoManagerSupplier
XUndoManager getUndoManager();
};
//==================================================================================================================
}; }; }; };
//==================================================================================================================
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment