diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-20 16:07:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-24 08:12:10 +0200 |
commit | f7074d8de59f58367b31d7266037880403ac27ef (patch) | |
tree | be3892c58184f01b9ac690cac5cc016eabc21f4e /include/svtools/inetimg.hxx | |
parent | 7a679ee19c3a18d89277c28b12bf81911acfef85 (diff) |
svtools: sal_Bool->bool
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
Diffstat (limited to 'include/svtools/inetimg.hxx')
-rw-r--r-- | include/svtools/inetimg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/inetimg.hxx b/include/svtools/inetimg.hxx index f9b86f16f9d2..1f5274e8050f 100644 --- a/include/svtools/inetimg.hxx +++ b/include/svtools/inetimg.hxx @@ -67,8 +67,8 @@ public: const Size& GetSizePixel() const { return aSizePixel; } // Im-/Export - sal_Bool Write( SvStream& rOStm, sal_uLong nFormat ) const; - sal_Bool Read( SvStream& rIStm, sal_uLong nFormat ); + bool Write( SvStream& rOStm, sal_uLong nFormat ) const; + bool Read( SvStream& rIStm, sal_uLong nFormat ); }; #endif // INCLUDED_SVTOOLS_INETIMG_HXX |