summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-10-27 12:06:46 +0200
committerEike Rathke <erack@redhat.com>2016-10-27 12:07:02 +0200
commite641c1740f36ce11c9f178193f74a53ac7af8465 (patch)
tree4bc576de5ec4bd1123400c796209a646912d7363 /sc/source/filter/inc
parentremove non-sensical OSL_ENSURE (diff)
downloadcore-e641c1740f36ce11c9f178193f74a53ac7af8465.tar.gz
core-e641c1740f36ce11c9f178193f74a53ac7af8465.zip
Resolves: tdf#103530 OOXML: pass ExternalLinkInfo compiling named expressions
Change-Id: If15aa520b93f30b889e5f950185068ef3bdb9235
Diffstat (limited to 'sc/source/filter/inc')
-rw-r--r--sc/source/filter/inc/defnamesbuffer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/defnamesbuffer.hxx b/sc/source/filter/inc/defnamesbuffer.hxx
index 7cf4fba403a7..7a2417d10845 100644
--- a/sc/source/filter/inc/defnamesbuffer.hxx
+++ b/sc/source/filter/inc/defnamesbuffer.hxx
@@ -99,8 +99,8 @@ public:
/** Creates a defined name in the Calc document. */
void createNameObject( sal_Int32 nIndex );
/** Converts the formula string or BIFF token array for this defined name. */
- void convertFormula();
- std::unique_ptr<ScTokenArray> getScTokens();
+ void convertFormula( const css::uno::Sequence<css::sheet::ExternalLinkInfo>& rExternalLinks );
+ std::unique_ptr<ScTokenArray> getScTokens( const css::uno::Sequence<css::sheet::ExternalLinkInfo>& rExternalLinks );
/** Returns true, if this defined name is global in the document. */
inline bool isGlobalName() const { return mnCalcSheet < 0; }
/** Returns true, if this defined name is a special builtin name. */