From 1213cfde6b9052c1eb50b46d5cae2eef28d4b8b5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 16 Feb 2019 20:19:12 +0000 Subject: weld HangulHanjaEditDictDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If0d49a65735b66eaa8db11686099ed29b01711c4 Reviewed-on: https://gerrit.libreoffice.org/67929 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/weld.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vcl/weld.hxx') diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 868a444dcf87..4fb71ca77bf1 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -217,6 +217,8 @@ public: virtual int vadjustment_get_upper() const = 0; virtual void vadjustment_set_upper(int upper) = 0; virtual int vadjustment_get_page_size() const = 0; + virtual int vadjustment_get_lower() const = 0; + virtual void vadjustment_set_lower(int upper) = 0; virtual void set_vpolicy(VclPolicyType eVPolicy) = 0; virtual VclPolicyType get_vpolicy() const = 0; void connect_vadjustment_changed(const Link& rLink) -- cgit