summaryrefslogtreecommitdiff
path: root/svl/inc/svl/dateitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/dateitem.hxx')
-rw-r--r--svl/inc/svl/dateitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/svl/dateitem.hxx b/svl/inc/svl/dateitem.hxx
index 3ae5506d809a..476b6096af2b 100644
--- a/svl/inc/svl/dateitem.hxx
+++ b/svl/inc/svl/dateitem.hxx
@@ -74,9 +74,9 @@ public:
"SetDateTime() with pooled item" );
aDateTime = rDT; }
- 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;
};