summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-10 20:23:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-11 12:28:03 +0100
commit1783d7b1f522810dec3cdd02e8ac8bf688c734cf (patch)
treec4e60bf9b549135b28392bbe36d8e468c0908347 /include/vcl/window.hxx
parentcb942e1326f2eaf4b1796c20dbb21602d3e02307 (diff)
cypress: mobile: Font size combobox is broken on core/master.
so https://cgit.freedesktop.org/libreoffice/online/commit/?id=08d6c3fdf9bac4ad8318151ab1402690eb950f52 isn't needed Change-Id: I8836969ae064342835287a63065e591f083f2220 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88433 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 6d98bec0576b..1a67b8cd797a 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1580,6 +1580,7 @@ public:
void SetHelpHdl(const Link<vcl::Window&, bool>& rLink);
void SetMnemonicActivateHdl(const Link<vcl::Window&, bool>& rLink);
void SetModalHierarchyHdl(const Link<bool, void>& rLink);
+ void SetDumpAsPropertyTreeHdl(const Link<boost::property_tree::ptree&, void>& rLink);
};
}