summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XBookmarkInsertTool.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XBookmarkInsertTool.idl')
-rw-r--r--offapi/com/sun/star/text/XBookmarkInsertTool.idl72
1 files changed, 36 insertions, 36 deletions
diff --git a/offapi/com/sun/star/text/XBookmarkInsertTool.idl b/offapi/com/sun/star/text/XBookmarkInsertTool.idl
index c519407336ee..f80e92f6d991 100644
--- a/offapi/com/sun/star/text/XBookmarkInsertTool.idl
+++ b/offapi/com/sun/star/text/XBookmarkInsertTool.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,46 +24,46 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_text_XBookmarkInsertTool_idl__
-#define __com_sun_star_text_XBookmarkInsertTool_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_text_XTextContent_idl__
-#include <com/sun/star/text/XTextContent.idl>
-#endif
-
-#ifndef __com_sun_star_text_XTextRange_idl__
-#include <com/sun/star/text/XTextRange.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module text {
-
-//=============================================================================
-
+#ifndef __com_sun_star_text_XBookmarkInsertTool_idl__
+#define __com_sun_star_text_XBookmarkInsertTool_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextContent_idl__
+#include <com/sun/star/text/XTextContent.idl>
+#endif
+
+#ifndef __com_sun_star_text_XTextRange_idl__
+#include <com/sun/star/text/XTextRange.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module text {
+
+//=============================================================================
+
// DocMerge from xml: interface com::sun::star::text::XBookmarkInsertTool
/** offers an easy way to insert bookmarks by name.@see Text
*/
published interface XBookmarkInsertTool: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: method com::sun::star::text::XBookmarkInsertTool::insertNewBookmark
/** inserts a bookmark at the specified text position.
*/
- com::sun::star::text::XTextContent insertNewBookmark( [in] com::sun::star::text::XTextRange xTextRange,
- [in] string aName );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
+ com::sun::star::text::XTextContent insertNewBookmark( [in] com::sun::star::text::XTextRange xTextRange,
+ [in] string aName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
-#endif
+#endif