diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-27 11:40:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-10-02 14:57:21 +0200 |
commit | afaaf2528d11ba570ecfd466f5f06bdffc4f6fcb (patch) | |
tree | 1bebf26723920d7520388857518209fd019e5bef /svl/inc | |
parent | b8df7f62c4afb62715bfde248541938d002102c2 (diff) |
sal_Bool->bool in svl::SfxImageItem
Change-Id: I1a6d53352c65cd0999392531d8e406154bc4bf7a
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/imageitm.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/svl/imageitm.hxx b/svl/inc/svl/imageitm.hxx index fce6f4268e78..0a2e26f80086 100644 --- a/svl/inc/svl/imageitm.hxx +++ b/svl/inc/svl/imageitm.hxx @@ -42,8 +42,8 @@ public: void SetRotation( long nValue ); long GetRotation() const; - void SetMirrored( sal_Bool bSet ); - sal_Bool IsMirrored() const; + void SetMirrored( bool bSet ); + bool IsMirrored() const; }; #endif // _SFX_IMAGEITM_HXX |