summaryrefslogtreecommitdiff
path: root/svtools/source/control/ctrlbox.cxx
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 /svtools/source/control/ctrlbox.cxx
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 'svtools/source/control/ctrlbox.cxx')
-rw-r--r--svtools/source/control/ctrlbox.cxx5
1 files changed, 0 insertions, 5 deletions
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<weld::ComboBox> 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());