summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-03-29 08:23:54 +0300
committerTor Lillqvist <tml@collabora.com>2017-03-29 09:22:48 +0300
commit2729994bc519597db205aeeb4b2242a45c57712f (patch)
tree5eb5b422d15384db2ebe37cff1033fd2f2708cf5 /sc/source
parent834da9c476909ba65eef20f2509d9d3937c1f3ee (diff)
Add note that the xmlMissing thing is not implemented
Customer was not interested after all, so dropping the attempt for now. Change-Id: I9a0afb6add66efbd43ee67ba0a8d0b1f79c5a7be
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/inc/externallinkbuffer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/externallinkbuffer.hxx b/sc/source/filter/inc/externallinkbuffer.hxx
index 57aa7db75add..be8b5f0300dd 100644
--- a/sc/source/filter/inc/externallinkbuffer.hxx
+++ b/sc/source/filter/inc/externallinkbuffer.hxx
@@ -163,7 +163,7 @@ enum class ExternalLinkType
Same, /// Link refers to the current sheet.
External, /// Link refers to an external spreadsheet document.
// let's ignore xlStartup and xlAlternateStartup for now
- PathMissing, /// Just for round-tripping
+ PathMissing, /// Just for round-tripping (FIXME: Functionality not actually implemented after all.)
Library, /// Link refers to an external add-in.
DDE, /// DDE link.
OLE, /// OLE link.