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

Remove useless comments

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