From 106cc77e3c1b0abf5054e7498e8e45ee61fe048d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 21 Jan 2014 08:56:14 +0100 Subject: warning C4805: != unsafe mix of type 'bool' and type 'sal_Bool' in operation Change-Id: I212ea47cabb5c556b7d822e4f45aacb6c96cb6e8 --- svx/source/svdraw/svdmrkv.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx index b63131aadc9b..4d24c6636e93 100644 --- a/svx/source/svdraw/svdmrkv.cxx +++ b/svx/source/svdraw/svdmrkv.cxx @@ -1282,7 +1282,7 @@ void SdrMarkView::SetMarkRects() } } -void SdrMarkView::SetFrameHandles(sal_Bool bOn) +void SdrMarkView::SetFrameHandles(bool bOn) { if (bOn!=bForceFrameHandles) { sal_Bool bOld=ImpIsFrameHandles(); -- cgit