summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-15 14:03:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-15 16:43:41 +0100
commitf90fda2eeeb319d04a52482f85fb161a6e9a7fef (patch)
treea3af00917d61b47bf113c0fa3cd7ca68f615d569 /include
parent7997c12d01e03a719d9aa262cc55bc415b592ff7 (diff)
reformat on set_digits change
Change-Id: If69cee340e48d42b1be56ea6012e6686aa203f53 Reviewed-on: https://gerrit.libreoffice.org/63423 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, 1 insertions, 1 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 13b127c9138a..9d78f808d6cc 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -926,7 +926,7 @@ public:
bool has_focus() const { return m_xSpinButton->has_focus(); }
void show(bool bShow = true) { m_xSpinButton->show(bShow); }
void hide() { m_xSpinButton->hide(); }
- void set_digits(unsigned int digits) { m_xSpinButton->set_digits(digits); }
+ void set_digits(unsigned int digits);
void set_accessible_name(const OUString& rName) { m_xSpinButton->set_accessible_name(rName); }
unsigned int get_digits() const { return m_xSpinButton->get_digits(); }
void save_value() { m_xSpinButton->save_value(); }