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/sdrsceneattribute3d.cxx | |
parent | 10840ad753b60886ea5175060cb0ec2a77e1579a (diff) |
Use bool
Change-Id: I2d06ae03650b318a1318d0e2b026352e22404fdd
Diffstat (limited to 'drawinglayer/source/attribute/sdrsceneattribute3d.cxx')
-rw-r--r-- | drawinglayer/source/attribute/sdrsceneattribute3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/attribute/sdrsceneattribute3d.cxx b/drawinglayer/source/attribute/sdrsceneattribute3d.cxx index f5d0e82b4cec..aea1bba76abf 100644 --- a/drawinglayer/source/attribute/sdrsceneattribute3d.cxx +++ b/drawinglayer/source/attribute/sdrsceneattribute3d.cxx @@ -36,7 +36,7 @@ namespace drawinglayer ::com::sun::star::drawing::ShadeMode maShadeMode; // bitfield - unsigned mbTwoSidedLighting : 1; + bool mbTwoSidedLighting : 1; public: ImpSdrSceneAttribute( |