summaryrefslogtreecommitdiff
path: root/include/svtools/treelistbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 10:21:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 10:23:35 +0000
commit7da765dde1800aa607f96e7a5807582ad2894acb (patch)
treeb7c3027f51f9b41133f25c19697965dd28fec7bb /include/svtools/treelistbox.hxx
parentc19d2b276b7a28c07315cf60cb0965098a935e5f (diff)
loplugin:expandablemethods in svtools
Change-Id: I126cc87c890867c3e762f86969a20d64aef63108 Reviewed-on: https://gerrit.libreoffice.org/30314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/treelistbox.hxx')
-rw-r--r--include/svtools/treelistbox.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 093d5206603a..d9ac1b58d598 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -305,7 +305,6 @@ protected:
void EditText( const OUString&, const Rectangle&,const Selection&);
void CancelTextEditing();
bool EditingCanceled() const;
- bool IsEmptyTextAllowed() const;
// Return value must be derived from SvViewDataEntry!
virtual SvViewDataEntry* CreateViewData( SvTreeListEntry* ) override;
@@ -380,7 +379,6 @@ public:
static SvTreeListEntry* PrevSibling( SvTreeListEntry* pEntry );
bool CopySelection( SvTreeListBox* pSource, SvTreeListEntry* pTarget );
- bool MoveSelection( SvTreeListBox* pSource, SvTreeListEntry* pTarget );
bool MoveSelectionCopyFallbackPossible( SvTreeListBox* pSource, SvTreeListEntry* pTarget, bool bAllowCopyFallback );
void RemoveSelection();
@@ -535,7 +533,6 @@ protected:
using SvListView::SelectAll;
SVT_DLLPRIVATE short GetHeightOffset( const Image& rBmp, Size& rLogicSize);
- SVT_DLLPRIVATE void GetHeightOffset( Size& rLogicSize);
SVT_DLLPRIVATE void SetEntryHeight( SvTreeListEntry* pEntry );
SVT_DLLPRIVATE void AdjustEntryHeight( const Image& rBmp );