summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XUndoManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XUndoManager.idl')
-rw-r--r--offapi/com/sun/star/document/XUndoManager.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/offapi/com/sun/star/document/XUndoManager.idl b/offapi/com/sun/star/document/XUndoManager.idl
index 9eb3d1d5cfb7..686b0972dddd 100644
--- a/offapi/com/sun/star/document/XUndoManager.idl
+++ b/offapi/com/sun/star/document/XUndoManager.idl
@@ -17,18 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_document_XUndoManager_idl__
-#define __com_sun_star_document_XUndoManager_idl__
-
-#include <com/sun/star/document/EmptyUndoStackException.idl>
-#include <com/sun/star/document/UndoContextNotClosedException.idl>
-#include <com/sun/star/document/UndoFailedException.idl>
-#include <com/sun/star/util/InvalidStateException.idl>
-#include <com/sun/star/util/XLockable.idl>
-#include <com/sun/star/container/XChild.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/lang/WrappedTargetException.idl>
-
module com { module sun { module star { module document {
@@ -325,6 +313,4 @@ interface XUndoManager
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */