diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 17:52:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 17:52:55 +0100 |
commit | 70863f08d83dec5c9ee51d06b64bbca59e9daaef (patch) | |
tree | ee298b1dbec44ceb7231e7afeaa897b9c85d7fd9 /drawinglayer/source/attribute/fillgraphicattribute.cxx | |
parent | 10840ad753b60886ea5175060cb0ec2a77e1579a (diff) |
Use bool
Change-Id: I2d06ae03650b318a1318d0e2b026352e22404fdd
Diffstat (limited to 'drawinglayer/source/attribute/fillgraphicattribute.cxx')
-rw-r--r-- | drawinglayer/source/attribute/fillgraphicattribute.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/attribute/fillgraphicattribute.cxx b/drawinglayer/source/attribute/fillgraphicattribute.cxx index f92b06d5b080..2fc61e19dc2d 100644 --- a/drawinglayer/source/attribute/fillgraphicattribute.cxx +++ b/drawinglayer/source/attribute/fillgraphicattribute.cxx @@ -34,7 +34,7 @@ namespace drawinglayer basegfx::B2DRange maGraphicRange; // bitfield - unsigned mbTiling : 1; + bool mbTiling : 1; // tiling definitions, offsets in X/Y in percent for each 2nd row. // If both are set, Y is ignored (X has precedence) |