diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:32:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-23 20:32:05 +0200 |
commit | abd7ad8bff9b1874e3903aa55f33ef887d95096a (patch) | |
tree | a022168206efe093491ce11d5a01c6a920106095 /linguistic | |
parent | 338161a41d6e01b8e8d8752d9a38cc5c7a63f288 (diff) |
Wrong comment with 'sal_True' instead of 'true'
Change-Id: If1aa0f0b84c900d4c4b8378359d6e8e24e868934
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 9b4cc9fcbac9..caa7d0932fef 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 sal_True if both sequences are equal + // returns true if both sequences are equal bool bRes = false; sal_Int32 nLen = rList1.getLength(); |