summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpformula.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2021-06-11 19:02:24 +0200
committerEike Rathke <erack@redhat.com>2021-06-11 22:09:23 +0200
commitbb54d6d8241a06a6772052b77b67d6a4f686426c (patch)
treea45545db479d20465ac57af55a702de1f364470a /sc/source/ui/inc/tpformula.hxx
parent37ddff25a67aa0b858da0e56fe7263a537002f7b (diff)
Resolves: tdf#127013 differentiate non-/array separators and restrict
Change-Id: I9ff6b816b0c7af9081954fa407a4d516a576a338 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117068 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'sc/source/ui/inc/tpformula.hxx')
-rw-r--r--sc/source/ui/inc/tpformula.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx
index 6f8a4c601cdf..abc14f4fde58 100644
--- a/sc/source/ui/inc/tpformula.hxx
+++ b/sc/source/ui/inc/tpformula.hxx
@@ -43,7 +43,7 @@ private:
void UpdateCustomCalcRadioButtons(bool bDefault);
void LaunchCustomCalcSettings();
- bool IsValidSeparator(const OUString& rSep) const;
+ bool IsValidSeparator(const OUString& rSep, bool bArray) const;
DECL_LINK(ButtonHdl, weld::Button&, void);
DECL_LINK(ToggleHdl, weld::Toggleable&, void);