summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-21 08:56:14 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-21 08:56:14 +0100
commit106cc77e3c1b0abf5054e7498e8e45ee61fe048d (patch)
treeacbb771b79a616f6ab8cd3caabe952cd30075337 /include
parent7989850e9fc5fb2fb757ecf388b51bc3e96a0267 (diff)
warning C4805: != unsafe mix of type 'bool' and type 'sal_Bool' in operation
Change-Id: I212ea47cabb5c556b7d822e4f45aacb6c96cb6e8
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdmrkv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx
index f3cc8015550c..e53bf1060215 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -203,7 +203,7 @@ public:
void SetDragMode(SdrDragMode eMode);
SdrDragMode GetDragMode() const { return eDragMode; }
sal_Bool ChkDragMode(SdrDragMode eMode) const;
- void SetFrameHandles(sal_Bool bOn);
+ void SetFrameHandles(bool bOn);
sal_Bool IsFrameHandles() const { return bForceFrameHandles; }
sal_uIntPtr GetMarkableObjCount() const;