summaryrefslogtreecommitdiff
path: root/io/source/stm/odata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/odata.cxx')
-rw-r--r--io/source/stm/odata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx
index b3601b55a9fb..adeb46d5fadf 100644
--- a/io/source/stm/odata.cxx
+++ b/io/source/stm/odata.cxx
@@ -897,7 +897,7 @@ Sequence<OUString> ODataOutputStream_getSupportedServiceNames(void)
//--------------------------------------
struct equalObjectContainer_Impl
{
- sal_Int32 operator()(const Reference< XInterface > & s1,
+ bool operator()(const Reference< XInterface > & s1,
const Reference< XInterface > & s2) const
{
return s1 == s2;