[Libreoffice-commits] core.git: sc/source
Tor Lillqvist
tml at collabora.com
Wed Mar 29 06:23:36 UTC 2017
sc/source/filter/inc/externallinkbuffer.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2729994bc519597db205aeeb4b2242a45c57712f
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Mar 29 08:23:54 2017 +0300
Add note that the xmlMissing thing is not implemented
Customer was not interested after all, so dropping the attempt for
now.
Change-Id: I9a0afb6add66efbd43ee67ba0a8d0b1f79c5a7be
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.
More information about the Libreoffice-commits
mailing list