From 1783d7b1f522810dec3cdd02e8ac8bf688c734cf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 10 Feb 2020 20:23:26 +0000 Subject: cypress: mobile: Font size combobox is broken on core/master. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- svtools/source/control/ctrlbox.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'svtools') diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index ea75417b75c9..f1b0c7e7ba3c 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -867,11 +867,6 @@ FontSizeBox::FontSizeBox(std::unique_ptr p) m_xComboBox->connect_changed(LINK(this, FontSizeBox, ModifyHdl)); } -boost::property_tree::ptree FontSizeBox::get_property_tree() const -{ - return m_xComboBox->get_property_tree(); -} - IMPL_LINK(FontSizeBox, ReformatHdl, weld::Widget&, rWidget, void) { FontSizeNames aFontSizeNames(Application::GetSettings().GetUILanguageTag().getLanguageType()); -- cgit