summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/flstitem.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-04 15:23:49 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-04 17:01:12 +0100
commit45169c93d57acf066748c3ff93b45c919e209db7 (patch)
treec5363f9808b267a62804b7a1cc0c9a4496b0f4f2 /editeng/inc/editeng/flstitem.hxx
parentc85da5656b3a188c0251c22070263b4de56f6a7c (diff)
Convert all Query/Put Value() to bool
Diffstat (limited to 'editeng/inc/editeng/flstitem.hxx')
-rw-r--r--editeng/inc/editeng/flstitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/flstitem.hxx b/editeng/inc/editeng/flstitem.hxx
index 8c4fd0cd589e..de427d74ff47 100644
--- a/editeng/inc/editeng/flstitem.hxx
+++ b/editeng/inc/editeng/flstitem.hxx
@@ -61,7 +61,7 @@ public:
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,