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 /svx/inc/rotmodit.hxx | |
parent | c85da5656b3a188c0251c22070263b4de56f6a7c (diff) |
Convert all Query/Put Value() to bool
Diffstat (limited to 'svx/inc/rotmodit.hxx')
-rw-r--r-- | svx/inc/rotmodit.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/rotmodit.hxx b/svx/inc/rotmodit.hxx index 8177713e6013..ef01cbaa5f7f 100644 --- a/svx/inc/rotmodit.hxx +++ b/svx/inc/rotmodit.hxx @@ -60,8 +60,8 @@ public: SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String& rText, const IntlWrapper * = 0 ) const; - virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const; - virtual sal_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 ); }; |