summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-21 10:49:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-21 10:49:49 +0100
commit7f9301e7eaff91cbe064d26e6b69b785dd9bb458 (patch)
treeb49716688cca2c0c1b62b7dd4f51aad6fd23f18b /include
parent98fba37bb1e2c5fd10d57d20d6e139765eb69751 (diff)
warning C4805: '!=' : unsafe mix of type 'sal_Bool' and type 'bool'
Change-Id: I3d4f1ac0debf506e3c4f1ce9143cb8c1cf66925d
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 30d589279594..80518cca0be0 100644
--- a/include/svx/svdmrkv.hxx
+++ b/include/svx/svdmrkv.hxx
@@ -363,7 +363,7 @@ public:
sal_Bool IsMarkPoints() const { return (0L != mpMarkPointsOverlay); }
// Select that additional handles are displayed permanently.
- void SetPlusHandlesAlwaysVisible(sal_Bool bOn);
+ void SetPlusHandlesAlwaysVisible(bool bOn);
sal_Bool IsPlusHandlesAlwaysVisible() const { return bPlusHdlAlways; }
// Are Handles visible during TextEdit (in double size)?