summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:41:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:41:33 +0200
commit262dbabe8e07f60d55461ab3fb2c26d37b86a311 (patch)
tree8f4ac1fe67627cf240321e100e518fc101c214bd /linguistic
parentabd7ad8bff9b1874e3903aa55f33ef887d95096a (diff)
Revert "Wrong comment with 'sal_True' instead of 'true'"
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngsvcmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index caa7d0932fef..9b4cc9fcbac9 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -1653,7 +1653,7 @@ uno::Sequence< lang::Locale > SAL_CALL
static bool IsEqSvcList( const uno::Sequence< OUString > &rList1,
const uno::Sequence< OUString > &rList2 )
{
- // returns true if both sequences are equal
+ // returns sal_True if both sequences are equal
bool bRes = false;
sal_Int32 nLen = rList1.getLength();