summaryrefslogtreecommitdiff
path: root/sc/inc/stringutil.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-02-13 17:10:21 +0100
committerEike Rathke <erack@redhat.com>2018-02-13 18:46:09 +0100
commit5a93c51e3b7f455ff5d4cfc9e8b6e510fc126b75 (patch)
treeab4ab833f8ce1c8bd67c416e33f066a5a35dd4ff /sc/inc/stringutil.hxx
parentd512c60080782cc24e8d459c4e500ab0e48dde9b (diff)
Introduce ScSetStringParam::mbCheckLinkFormula
Change-Id: I2028fc53f9778606778cd8629611752acd3f1a1c
Diffstat (limited to 'sc/inc/stringutil.hxx')
-rw-r--r--sc/inc/stringutil.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/inc/stringutil.hxx b/sc/inc/stringutil.hxx
index 34c4ce246b9f..ff2bc9cd74cd 100644
--- a/sc/inc/stringutil.hxx
+++ b/sc/inc/stringutil.hxx
@@ -93,6 +93,13 @@ struct SAL_WARN_UNUSED SC_DLLPUBLIC ScSetStringParam
sc::StartListeningType meStartListening;
+ /** When true and the string results in a compiled formula, check the
+ formula tokens for presence of functions that could trigger access to
+ external resources. This is to be set to true in import filter code,
+ but not for user input.
+ */
+ bool mbCheckLinkFormula;
+
ScSetStringParam();
/**