summaryrefslogtreecommitdiff
path: root/svx/source/sdr/attribute/sdrformtextattribute.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/attribute/sdrformtextattribute.cxx')
-rw-r--r--svx/source/sdr/attribute/sdrformtextattribute.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/attribute/sdrformtextattribute.cxx b/svx/source/sdr/attribute/sdrformtextattribute.cxx
index 4f0a145fc1a9..b0ee633c9938 100644
--- a/svx/source/sdr/attribute/sdrformtextattribute.cxx
+++ b/svx/source/sdr/attribute/sdrformtextattribute.cxx
@@ -169,8 +169,8 @@ namespace drawinglayer
SdrFormTextOutlineAttribute maShadowOutline;
// bitfield
- unsigned mbFormTextMirror : 1; // change orientation
- unsigned mbFormTextOutline : 1; // show contour of objects
+ bool mbFormTextMirror : 1; // change orientation
+ bool mbFormTextOutline : 1; // show contour of objects
explicit ImpSdrFormTextAttribute(const SfxItemSet& rSet)
: mnRefCount(0),