summaryrefslogtreecommitdiff
path: root/include/svx/svddrgmt.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-17 17:05:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-17 18:45:15 +0100
commit03725013b64e74473e1a9e925b24927e7e61d412 (patch)
tree3f7c276d44feda7071b296f0c73b4b7c111b5011 /include/svx/svddrgmt.hxx
parent20223e2374bb6a966e44471c224d22d968d19025 (diff)
bool improvements
Change-Id: Ic46fa46c200b94e2e6c5a073ba89b9aae5c14542
Diffstat (limited to 'include/svx/svddrgmt.hxx')
-rw-r--r--include/svx/svddrgmt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svddrgmt.hxx b/include/svx/svddrgmt.hxx
index e5f9e0d1fbfe..6b81fc498ad1 100644
--- a/include/svx/svddrgmt.hxx
+++ b/include/svx/svddrgmt.hxx
@@ -31,7 +31,7 @@ class SVX_DLLPUBLIC SdrDragEntry
{
private:
// bitfield
- unsigned mbAddToTransparent : 1;
+ bool mbAddToTransparent : 1;
protected:
// access for derived classes
@@ -125,8 +125,8 @@ private:
SdrDragView& mrSdrDragView;
// bitfield
- unsigned mbMoveOnly : 1;
- unsigned mbSolidDraggingActive : 1;
+ bool mbMoveOnly : 1;
+ bool mbSolidDraggingActive : 1;
protected:
// access for derivated classes to maSdrDragEntries