summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-10 12:45:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-10 17:11:51 +0100
commitc83f425af90b26d62771fa2a93d93fc24adc22a0 (patch)
tree7dd88f39702987920ea5d841363ad6a1d65e1ad2 /include/vcl/graph.hxx
parent1a3e7b7d5916a8fa588ca909a7507f59dd86ac74 (diff)
Use bool
Change-Id: I6a300087d28c8a8b7266657df4250864e689075b
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index cc5384e87b53..4217f6437047 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -49,10 +49,10 @@ private:
Size maSizePixel; // default is (0,0)
// bitfield
- unsigned mbUnlimitedSize : 1; // default is false
- unsigned mbAntiAliase : 1; // default is false
- unsigned mbSnapHorVerLines : 1; // default is false
- unsigned mbScaleHighQuality : 1; // default is false
+ bool mbUnlimitedSize : 1; // default is false
+ bool mbAntiAliase : 1; // default is false
+ bool mbSnapHorVerLines : 1; // default is false
+ bool mbScaleHighQuality : 1; // default is false
public:
GraphicConversionParameters(