summaryrefslogtreecommitdiff
path: root/sal/rtl/byteseq.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/byteseq.cxx')
-rw-r--r--sal/rtl/byteseq.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/rtl/byteseq.cxx b/sal/rtl/byteseq.cxx
index 891c492f2db2..d0c77b5dc1ed 100644
--- a/sal/rtl/byteseq.cxx
+++ b/sal/rtl/byteseq.cxx
@@ -219,11 +219,11 @@ sal_Bool SAL_CALL rtl_byte_sequence_equals( sal_Sequence *pSequence1 , sal_Seque
assert(pSequence1 && pSequence2);
if (pSequence1 == pSequence2)
{
- return sal_True;
+ return true;
}
if (pSequence1->nElements != pSequence2->nElements)
{
- return sal_False;
+ return false;
}
return
memcmp(