[Libreoffice-commits] core.git: basctl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 4 15:18:33 UTC 2020


 basctl/source/inc/bastype2.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e1958c3460966dd83e50e1570d08fe31bb348e46
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jun 4 09:45:42 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jun 4 17:17:52 2020 +0200

    drop unused inline method
    
    Change-Id: Ie0a861106341f8a838b19eff405a99c6f234e93f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95500
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/basctl/source/inc/bastype2.hxx b/basctl/source/inc/bastype2.hxx
index c376852e3609..92d593e3f475 100644
--- a/basctl/source/inc/bastype2.hxx
+++ b/basctl/source/inc/bastype2.hxx
@@ -272,7 +272,6 @@ public:
         return m_xControl->get_sort_indicator(nColumn);
     }
 
-    int get_sort_column() const { return m_xControl->get_sort_column(); }
     void set_sort_column(int nColumn) { m_xControl->set_sort_column(nColumn); }
 
     void set_sort_func(const std::function<int(const weld::TreeIter&, const weld::TreeIter&)>& func)


More information about the Libreoffice-commits mailing list