summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
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:59:59 +0100
commit95b0c45034f9899e1cbfbdd7619014c9fd6eeab3 (patch)
tree41a02c0082e3f959c0f4dc7c9344b5c4e497fc2d /offapi/com/sun/star/sheet
parent232e9f5355516ca657fd11508df49a48c9212086 (diff)
Modern UNOIDL parsers ignore preproc lines, so replace #if 0 with comment
Change-Id: If46e98f54b916c312193ef7d931e120c53d047c0 (cherry picked from commit 71af2d5885eba0b82e6e0f3938bf08a9346776ff)
Diffstat (limited to 'offapi/com/sun/star/sheet')
-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;
};