summaryrefslogtreecommitdiffstats
path: root/svl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-27 11:40:09 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-02 14:57:21 +0200
commitafaaf2528d11ba570ecfd466f5f06bdffc4f6fcb (patch)
tree1bebf26723920d7520388857518209fd019e5bef /svl/inc
parentsal_Bool->bool in svl::PasswordContainer (diff)
downloadcore-afaaf2528d11ba570ecfd466f5f06bdffc4f6fcb.tar.gz
core-afaaf2528d11ba570ecfd466f5f06bdffc4f6fcb.zip
sal_Bool->bool in svl::SfxImageItem
Change-Id: I1a6d53352c65cd0999392531d8e406154bc4bf7a
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/imageitm.hxx4
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