summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XIndent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XIndent.idl')
-rw-r--r--offapi/com/sun/star/util/XIndent.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/XIndent.idl b/offapi/com/sun/star/util/XIndent.idl
index 1682639fc4ad..f7557b1ef1ca 100644
--- a/offapi/com/sun/star/util/XIndent.idl
+++ b/offapi/com/sun/star/util/XIndent.idl
@@ -22,28 +22,23 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** allows indentation of the object to be changed.
*/
published interface XIndent: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** shifts the indentation by one default step to the left.
*/
void decrementIndent();
- //-------------------------------------------------------------------------
/** shifts the indentation by one default step to the right.
*/
void incrementIndent();
};
-//=============================================================================
}; }; }; };