From 95b0c45034f9899e1cbfbdd7619014c9fd6eeab3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 22 Nov 2013 15:55:17 +0100 Subject: Modern UNOIDL parsers ignore preproc lines, so replace #if 0 with comment Change-Id: If46e98f54b916c312193ef7d931e120c53d047c0 (cherry picked from commit 71af2d5885eba0b82e6e0f3938bf08a9346776ff) --- offapi/com/sun/star/sheet/ExternalReference.idl | 24 ++++++++++------------- offapi/com/sun/star/sheet/SpreadsheetDocument.idl | 13 +++++------- 2 files changed, 15 insertions(+), 22 deletions(-) diff --git a/offapi/com/sun/star/sheet/ExternalReference.idl b/offapi/com/sun/star/sheet/ExternalReference.idl index 17b7dede7e30..ea2225708198 100644 --- a/offapi/com/sun/star/sheet/ExternalReference.idl +++ b/offapi/com/sun/star/sheet/ExternalReference.idl @@ -46,20 +46,16 @@ struct ExternalReference */ long Index; -#if 0 - - /** Name of the sheet that the external reference points to. - -

In case of a cell range reference that spans across multiple - sheets, this is the name of the first sheet in that range.

- -

Note that an external range name ignores this value at the moment, - but it may make use of this data in the future when Calc supports a - sheet-specific range name.

- */ - string SheetName; -#endif - +// /** Name of the sheet that the external reference points to. +// +//

In case of a cell range reference that spans across multiple +// sheets, this is the name of the first sheet in that range.

+// +//

Note that an external range name ignores this value at the moment, +// but it may make use of this data in the future when Calc supports a +// sheet-specific range name.

+// */ +// string SheetName; /** Reference data. diff --git a/offapi/com/sun/star/sheet/SpreadsheetDocument.idl b/offapi/com/sun/star/sheet/SpreadsheetDocument.idl index eb4581cd9d67..a72a127dde9b 100644 --- a/offapi/com/sun/star/sheet/SpreadsheetDocument.idl +++ b/offapi/com/sun/star/sheet/SpreadsheetDocument.idl @@ -177,14 +177,11 @@ published service SpreadsheetDocument [readonly, property] com::sun::star::container::XNameAccess DDELinks; -#if 0 - /** contains the collection of external document links in the document. - - @since OOo 3.1 - */ - [optional, readonly, property] com::sun::star::sheet::XExternalDocLinks ExternalDocLinks; -#endif - +// /** contains the collection of external document links in the document. +// +// @since OOo 3.1 +// */ +// [optional, readonly, property] com::sun::star::sheet::XExternalDocLinks ExternalDocLinks; }; -- cgit v1.2.3