diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-04 15:23:49 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-04 17:01:12 +0100 |
commit | 45169c93d57acf066748c3ff93b45c919e209db7 (patch) | |
tree | c5363f9808b267a62804b7a1cc0c9a4496b0f4f2 /avmedia/inc | |
parent | c85da5656b3a188c0251c22070263b4de56f6a7c (diff) |
Convert all Query/Put Value() to bool
Diffstat (limited to 'avmedia/inc')
-rw-r--r-- | avmedia/inc/avmedia/mediaitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/inc/avmedia/mediaitem.hxx b/avmedia/inc/avmedia/mediaitem.hxx index 5fe0fede94ff..fdd27582a5f4 100644 --- a/avmedia/inc/avmedia/mediaitem.hxx +++ b/avmedia/inc/avmedia/mediaitem.hxx @@ -82,8 +82,8 @@ public: SfxMapUnit ePresUnit, XubString& rText, const IntlWrapper *pIntl ) const; - virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const; - virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ); + virtual bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const; + virtual bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ); void merge( const MediaItem& rMediaItem ); |