diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-21 16:14:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-22 10:17:54 +0100 |
commit | 4441d3eb8755543ac28524d54e2ef46c0d3ab0a0 (patch) | |
tree | c7d148e6a83efeb5a408d1daeac7ec18907729fc | |
parent | d1510db3fac629977bfcfb60260f9a45e4e3ca1a (diff) |
drop deprecated 'rules-hint'
Change-Id: I8b41ca34d6b751a8086a4a1879a42520dcd9b6fa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108116
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/editdictionarydialog.ui | 2 | ||||
-rw-r--r-- | formula/uiconfig/ui/functionpage.ui | 1 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/namerangesdialog.ui | 1 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/searchresults.ui | 1 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/versionscmis.ui | 1 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/versionsofdialog.ui | 1 | ||||
-rw-r--r-- | vcl/source/treelist/treelistbox.cxx | 4 | ||||
-rw-r--r-- | vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx | 1 |
8 files changed, 0 insertions, 12 deletions
diff --git a/cui/uiconfig/ui/editdictionarydialog.ui b/cui/uiconfig/ui/editdictionarydialog.ui index b05d59e079eb..153e37e29c9e 100644 --- a/cui/uiconfig/ui/editdictionarydialog.ui +++ b/cui/uiconfig/ui/editdictionarydialog.ui @@ -256,7 +256,6 @@ <property name="vexpand">True</property> <property name="model">liststore2</property> <property name="headers_visible">False</property> - <property name="rules_hint">True</property> <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> @@ -310,7 +309,6 @@ <property name="vexpand">True</property> <property name="model">liststore1</property> <property name="headers_visible">False</property> - <property name="rules_hint">True</property> <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> diff --git a/formula/uiconfig/ui/functionpage.ui b/formula/uiconfig/ui/functionpage.ui index e4d288667cb5..7b0e7efa23b3 100644 --- a/formula/uiconfig/ui/functionpage.ui +++ b/formula/uiconfig/ui/functionpage.ui @@ -118,7 +118,6 @@ <property name="vexpand">True</property> <property name="model">liststore1</property> <property name="headers_visible">False</property> - <property name="rules_hint">True</property> <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> diff --git a/sc/uiconfig/scalc/ui/namerangesdialog.ui b/sc/uiconfig/scalc/ui/namerangesdialog.ui index 9cbc547c04e3..2440111260f4 100644 --- a/sc/uiconfig/scalc/ui/namerangesdialog.ui +++ b/sc/uiconfig/scalc/ui/namerangesdialog.ui @@ -354,7 +354,6 @@ <property name="vexpand">True</property> <property name="model">liststore1</property> <property name="headers_visible">False</property> - <property name="rules_hint">True</property> <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> diff --git a/sc/uiconfig/scalc/ui/searchresults.ui b/sc/uiconfig/scalc/ui/searchresults.ui index c0bb180a8a0e..d070b92e03bb 100644 --- a/sc/uiconfig/scalc/ui/searchresults.ui +++ b/sc/uiconfig/scalc/ui/searchresults.ui @@ -88,7 +88,6 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="model">liststore3</property> - <property name="rules_hint">True</property> <property name="headers_visible">True</property> <property name="search_column">0</property> <property name="show_expanders">False</property> diff --git a/sfx2/uiconfig/ui/versionscmis.ui b/sfx2/uiconfig/ui/versionscmis.ui index 2a41b241f78c..dc18b12ba202 100644 --- a/sfx2/uiconfig/ui/versionscmis.ui +++ b/sfx2/uiconfig/ui/versionscmis.ui @@ -171,7 +171,6 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="model">liststore3</property> - <property name="rules_hint">True</property> <property name="headers_visible">True</property> <property name="search_column">0</property> <property name="show_expanders">False</property> diff --git a/sfx2/uiconfig/ui/versionsofdialog.ui b/sfx2/uiconfig/ui/versionsofdialog.ui index 726646355cf6..b2c2bd7008ab 100644 --- a/sfx2/uiconfig/ui/versionsofdialog.ui +++ b/sfx2/uiconfig/ui/versionsofdialog.ui @@ -280,7 +280,6 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="model">liststore3</property> - <property name="rules_hint">True</property> <property name="search_column">0</property> <property name="show_expanders">False</property> <child internal-child="selection"> diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index 6a305b8d98ef..fd74946bd9ee 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -3509,10 +3509,6 @@ bool SvTreeListBox::set_property(const OString &rKey, const OUString &rValue) nStyle |= (WB_HASBUTTONS | WB_HASBUTTONSATROOT); SetStyle(nStyle); } - else if (rKey == "rules-hint") - { - SetAlternatingRowColors(toBool(rValue)); - } else if (rKey == "enable-search") { SetQuickSearch(toBool(rValue)); diff --git a/vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx index 14b9feb6faa5..dada6d4556b0 100644 --- a/vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx +++ b/vcl/unx/gtk3/fpicker/SalGtkFilePicker.cxx @@ -229,7 +229,6 @@ SalGtkFilePicker::SalGtkFilePicker( const uno::Reference< uno::XComponentContext G_TYPE_STRING, G_TYPE_STRING); m_pFilterView = gtk_tree_view_new_with_model (GTK_TREE_MODEL(m_pFilterStore)); gtk_tree_view_set_headers_visible (GTK_TREE_VIEW(m_pFilterView), false); - gtk_tree_view_set_rules_hint (GTK_TREE_VIEW(m_pFilterView), true); GtkCellRenderer *cell = nullptr; |