summaryrefslogtreecommitdiff
path: root/svtools/source/inc/svimpbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/inc/svimpbox.hxx')
-rw-r--r--svtools/source/inc/svimpbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx
index c0c00a927826..3a407d3d0e38 100644
--- a/svtools/source/inc/svimpbox.hxx
+++ b/svtools/source/inc/svimpbox.hxx
@@ -56,9 +56,9 @@ public:
void BeginDrag();
void CreateAnchor();
void DestroyAnchor();
- sal_Bool SetCursorAtPoint( const Point& rPoint,
+ bool SetCursorAtPoint( const Point& rPoint,
sal_Bool bDontSelectAtCursor=sal_False );
- sal_Bool IsSelectionAtPoint( const Point& rPoint );
+ bool IsSelectionAtPoint( const Point& rPoint );
void DeselectAtPoint( const Point& rPoint );
void DeselectAll();
};