summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/svimpbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/svimpbox.cxx')
-rw-r--r--svtools/source/contnr/svimpbox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index ca90c8453a81..ff8b5944277a 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -2656,7 +2656,7 @@ void ImpLBSelEng::DestroyAnchor()
pImp->pAnchor = 0;
}
-sal_Bool ImpLBSelEng::SetCursorAtPoint(const Point& rPoint, sal_Bool bDontSelectAtCursor)
+bool ImpLBSelEng::SetCursorAtPoint(const Point& rPoint, sal_Bool bDontSelectAtCursor)
{
SvTreeListEntry* pNewCursor = pImp->MakePointVisible( rPoint );
if( pNewCursor != pImp->pCursor )
@@ -2674,7 +2674,7 @@ sal_Bool ImpLBSelEng::SetCursorAtPoint(const Point& rPoint, sal_Bool bDontSelect
return false;
}
-sal_Bool ImpLBSelEng::IsSelectionAtPoint( const Point& rPoint )
+bool ImpLBSelEng::IsSelectionAtPoint( const Point& rPoint )
{
SvTreeListEntry* pEntry = pImp->MakePointVisible( rPoint );
if( pEntry )