summaryrefslogtreecommitdiff
path: root/svl/inc/svl/globalnameitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/globalnameitem.hxx')
-rw-r--r--svl/inc/svl/globalnameitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/svl/globalnameitem.hxx b/svl/inc/svl/globalnameitem.hxx
index 727f06681b45..0014405a08a9 100644
--- a/svl/inc/svl/globalnameitem.hxx
+++ b/svl/inc/svl/globalnameitem.hxx
@@ -49,9 +49,9 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
SvGlobalName GetValue() const { return m_aName; }
- virtual BOOL PutValue ( const com::sun::star::uno::Any& rVal,
+ virtual bool PutValue ( const com::sun::star::uno::Any& rVal,
BYTE nMemberId = 0 );
- virtual BOOL QueryValue( com::sun::star::uno::Any& rVal,
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal,
BYTE nMemberId = 0 ) const;
};