summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-04-13 22:35:09 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-13 22:53:04 -0400
commit164317eda5dacfc8585fafc5f9fba8845bba5313 (patch)
tree95cfe6b2346a7fcab93c07871fba5ec5180bb879 /sc/inc/address.hxx
parent18d6092b76696148e0f435af98c83a9e63aaa466 (diff)
Convert OLE links from XLS doc into external ranges on import.
Linked cell ranges that are OLE links to other Excel documents were previously ignored on import. Let's import them but convert them into external references which are more robust than OLE links.
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r--sc/inc/address.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 96842785c8f3..74920c7575b7 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -487,7 +487,7 @@ public:
const ::com::sun::star::uno::Sequence<
const ::com::sun::star::sheet::ExternalLinkInfo > * pExternalLinks = NULL );
- sal_uInt16 ParseAny( const String&, ScDocument* = NULL,
+ SC_DLLPUBLIC sal_uInt16 ParseAny( const String&, ScDocument* = NULL,
const ScAddress::Details& rDetails = ScAddress::detailsOOOa1 );
SC_DLLPUBLIC sal_uInt16 ParseCols( const String&, ScDocument* = NULL,
const ScAddress::Details& rDetails = ScAddress::detailsOOOa1 );