From fc2998738538a8e8abc4b8ab5b84a12aa7365dd0 Mon Sep 17 00:00:00 2001 From: Jean-Tiare LE BIGOT Date: Sat, 11 Aug 2012 13:22:07 -0400 Subject: 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 --- offapi/com/sun/star/report/SectionPageBreak.idl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'offapi/com/sun/star/report/SectionPageBreak.idl') diff --git a/offapi/com/sun/star/report/SectionPageBreak.idl b/offapi/com/sun/star/report/SectionPageBreak.idl index 2a018c2d37d7..9ac250a855a9 100644 --- a/offapi/com/sun/star/report/SectionPageBreak.idl +++ b/offapi/com/sun/star/report/SectionPageBreak.idl @@ -29,18 +29,15 @@ #define __com_sun_star_report_SectionPageBreak_idl__ -//============================================================================= module com { module sun { module star { module report { -//============================================================================= /** Specifies that page breaks are allowed inside this section. @see XSection */ constants SectionPageBreak { - //------------------------------------------------------------------------- /** Page breaks will never be inserted. If the section doesn't fit on a page than the content will be cut. */ @@ -54,7 +51,6 @@ constants SectionPageBreak */ const short AUTO = 2; }; -//============================================================================= }; }; }; }; /*============================================================================= =============================================================================*/ -- cgit