diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 10:22:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 13:47:29 +0200 |
commit | cb315646e2cecd9bc31806064ee285403ba5c46e (patch) | |
tree | fa0f71420dd97c6be9d9a3dfe6399c08d8298ca3 /include/svtools | |
parent | fba231b21b3d2403679e626f7a1b30aefde6879e (diff) |
headString in SvTreeListBox is unused
ever since being added in
commit b755fb8c0f6b1282f62c12f378c0a5ecac64d490
Date: Mon Nov 25 16:15:58 2013 +0000
Integrate branch of IAccessible2
Change-Id: Iebb8d30d53cc08e7cc35d610f04db8ed6c853b70
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/treelistbox.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx index 987a7c85ae19..d9e4feb76cf0 100644 --- a/include/svtools/treelistbox.hxx +++ b/include/svtools/treelistbox.hxx @@ -515,8 +515,7 @@ public: SvTreeFlags GetTreeFlags() const {return nTreeFlags;} - OUString headString; - OUString SearchEntryTextWithHeadTitle(SvTreeListEntry* pEntry); + static OUString SearchEntryTextWithHeadTitle(SvTreeListEntry* pEntry); virtual OUString GetEntryAltText(SvTreeListEntry* pEntry) const; virtual OUString GetEntryLongDescription(SvTreeListEntry* pEntry) const; |