summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-22 15:55:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-22 18:58:19 +0100
commit71af2d5885eba0b82e6e0f3938bf08a9346776ff (patch)
tree08c9d41400a361a7c12ef8d35da0868a7e4b397a
parent2abcff25137c7c9af007554c97a4512319ec2e4d (diff)
Modern UNOIDL parsers ignore preproc lines, so replace #if 0 with comment
Change-Id: If46e98f54b916c312193ef7d931e120c53d047c0
-rw-r--r--offapi/com/sun/star/sheet/ExternalReference.idl24
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetDocument.idl13
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.
-
- <p>In case of a cell range reference that spans across multiple
- sheets, this is the name of the first sheet in that range.</p>
-
- <p>Note that an external range name ignores this value at the moment,
- but <i>it may make use of this data in the future when Calc supports a
- sheet-specific range name.</i></p>
- */
- string SheetName;
-#endif
-
+// /** Name of the sheet that the external reference points to.
+//
+// <p>In case of a cell range reference that spans across multiple
+// sheets, this is the name of the first sheet in that range.</p>
+//
+// <p>Note that an external range name ignores this value at the moment,
+// but <i>it may make use of this data in the future when Calc supports a
+// sheet-specific range name.</i></p>
+// */
+// 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;
};