summaryrefslogtreecommitdiffstats
path: root/stoc/source/namingservice
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-24 12:26:33 +0200
committerNoel Grandin <noel@peralex.com>2014-04-30 08:43:41 +0200
commit1417061d1b2c110e7e690523a544b58e7ffd05c0 (patch)
tree11822ac4180dbaa97946d790f21ae2d549e2e24e /stoc/source/namingservice
parentstarmath: sal_Bool->bool (diff)
downloadcore-1417061d1b2c110e7e690523a544b58e7ffd05c0.tar.gz
core-1417061d1b2c110e7e690523a544b58e7ffd05c0.zip
stoc: sal_Bool->bool
Change-Id: Id5aaa3ddfe2cfacbe1bddcdeccb9e775ad84d858
Diffstat (limited to 'stoc/source/namingservice')
-rw-r--r--stoc/source/namingservice/namingservice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx
index 016bb9a27a57..4f95f48c988b 100644
--- a/stoc/source/namingservice/namingservice.cxx
+++ b/stoc/source/namingservice/namingservice.cxx
@@ -63,7 +63,7 @@ static OUString ns_getImplementationName()
struct equalOWString_Impl
{
- sal_Bool operator()(const OUString & s1, const OUString & s2) const
+ bool operator()(const OUString & s1, const OUString & s2) const
{ return s1 == s2; }
};