summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-14 21:15:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-16 14:51:52 +0100
commit11300c48d4350c2f6748a1ca04b919cfae338d41 (patch)
tree4184e16c15d0adc2b4ec83ca4b2b34d7b1d57c3d /include
parent41d588835c359171c8d1a410221d75b9410b0c2d (diff)
Resolves: tdf#121246 crash in chart dialogs
Change-Id: I3bc720e44f5ea15749e6bc0f0fada3a17a783e23 Reviewed-on: https://gerrit.libreoffice.org/63463 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/weld.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index dcc59a201603..a5a0c7c3123f 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -715,6 +715,8 @@ public:
}
virtual void set_formatter(SvNumberFormatter* pFormatter) = 0;
+ virtual sal_Int32 get_format_key() const = 0;
+ virtual void set_format_key(sal_Int32 nFormatKey) = 0;
void connect_value_changed(const Link<FormattedSpinButton&, void>& rLink)
{