From 45169c93d57acf066748c3ff93b45c919e209db7 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 4 Oct 2010 15:23:49 +0100 Subject: Convert all Query/Put Value() to bool --- editeng/inc/editeng/flstitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng/inc/editeng/flstitem.hxx') 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, -- cgit v1.2.3