diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-21 08:56:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-21 08:56:14 +0100 |
commit | 106cc77e3c1b0abf5054e7498e8e45ee61fe048d (patch) | |
tree | acbb771b79a616f6ab8cd3caabe952cd30075337 /svx | |
parent | 7989850e9fc5fb2fb757ecf388b51bc3e96a0267 (diff) |
warning C4805: != unsafe mix of type 'bool' and type 'sal_Bool' in operation
Change-Id: I212ea47cabb5c556b7d822e4f45aacb6c96cb6e8
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdmrkv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |