diff options
author | Jean-Tiare LE BIGOT <admin@jtlebi.fr> | 2012-08-11 13:22:07 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-12 19:29:16 +0200 |
commit | fc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch) | |
tree | 8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/text/Text.idl | |
parent | 602f956d3231a093c9853d88fe5d5de2465f7112 (diff) |
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing
only spaces and '=' or '-'
$ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \;
Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/text/Text.idl')
-rw-r--r-- | offapi/com/sun/star/text/Text.idl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/text/Text.idl b/offapi/com/sun/star/text/Text.idl index bec55a32dad9..f95e1a94331c 100644 --- a/offapi/com/sun/star/text/Text.idl +++ b/offapi/com/sun/star/text/Text.idl @@ -33,7 +33,6 @@ #include <com/sun/star/beans/PropertyValues.idl> -//============================================================================= module com { module sun { module star { module text { @@ -41,7 +40,6 @@ published interface XTextRangeMover; published interface XTextRangeCompare; published interface XRelativeTextContentInsert; -//============================================================================= /** is an independent piece of text which consists of a series of one or more paragraphs. @@ -62,27 +60,23 @@ published service Text */ interface com::sun::star::container::XEnumerationAccess; -//============================================================================= /** provides a cursor factory and the possibility to insert and remove contents. */ interface XText; -//============================================================================= /** optional interface to compare positions of <type>TextRange</type> instances within this text. */ [optional] interface XTextRangeCompare; -//============================================================================= /** makes it possible to change the position of paragraphs. */ [optional] interface XTextRangeMover; -//============================================================================= /** makes it possible to insert a new text content, before or after existing text contents. @@ -91,7 +85,6 @@ published service Text */ [optional] interface XRelativeTextContentInsert; -//============================================================================= /** contains the properties of a redline at the start of the document.<br> The sequence contains the following properties @@ -112,7 +105,6 @@ published service Text */ [optional, property] ::com::sun::star::beans::PropertyValues StartRedline; -//============================================================================= /** contains the properties of a redline at the start of the document. The sequence contains the following properties @@ -133,11 +125,9 @@ published service Text */ [optional, maybevoid, property] ::com::sun::star::beans::PropertyValues EndRedline; -//============================================================================= }; -//============================================================================= }; }; }; }; |