summaryrefslogtreecommitdiff
path: root/vcl/source/treelist/svimpbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/treelist/svimpbox.cxx')
-rw-r--r--vcl/source/treelist/svimpbox.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx
index 60b8a5962e42..11a8fb344998 100644
--- a/vcl/source/treelist/svimpbox.cxx
+++ b/vcl/source/treelist/svimpbox.cxx
@@ -2961,7 +2961,7 @@ void SvImpLBox::SetUpdateMode( bool bMode )
}
}
-bool SvImpLBox::SetMostRight( SvTreeListEntry* pEntry )
+void SvImpLBox::SetMostRight( SvTreeListEntry* pEntry )
{
if( m_pView->nTreeFlags & SvTreeFlags::RECALCTABS )
{
@@ -2997,10 +2997,8 @@ bool SvImpLBox::SetMostRight( SvTreeListEntry* pEntry )
{
m_nMostRight = nRight;
m_pMostRightEntry = pEntry;
- return true;
}
}
- return false;
}
void SvImpLBox::FindMostRight()