summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-16 13:49:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-16 20:19:54 +0100
commit5b374877b573cf716123a0d0c04a84ccc91e8c86 (patch)
tree0f82a632f8687cf99cbf384593c5e2a1b8a484b2 /include
parent9fdf8c0a5cc036ea9bd1e11dd8f2c1a6e601fae2 (diff)
loplugin:singlevalfields
Change-Id: I31fd6b251dee9d1ee1a9ac59964034d0136e1f3e Reviewed-on: https://gerrit.libreoffice.org/82978 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/svtabbx.hxx2
-rw-r--r--include/vcl/treelistbox.hxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/svtabbx.hxx b/include/vcl/svtabbx.hxx
index fda6c2a28c35..d97146806b6a 100644
--- a/include/vcl/svtabbx.hxx
+++ b/include/vcl/svtabbx.hxx
@@ -141,8 +141,6 @@ public:
// Accessible -------------------------------------------------------------
- bool IsTransientChildrenDisabled() const { return !AreChildrenTransient(); }
-
bool IsCellCheckBox( long _nRow, sal_uInt16 _nColumn, TriState& _rState );
/** @return The count of the rows. */
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index 0f47b402dc91..ecb1ce8029af 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -545,8 +545,6 @@ protected:
void ImplEditEntry( SvTreeListEntry* pEntry );
- bool AreChildrenTransient() const;
-
void AdjustEntryHeightAndRecalc();
public: