diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-21 17:50:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-21 18:24:05 +0100 |
commit | 0ec840b1d98c5810731d975f7ea68239e6eff675 (patch) | |
tree | bd99a3625b92510a8fd862cdaef9bd58688fde62 /io | |
parent | 436b10ce8a7919beedc2103114396e7892926c5b (diff) |
bool improvements
Change-Id: Ia6f86e38cb46a5f7ac634ad0afb66701811e6758
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/odata.cxx | 2 |
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; |