summaryrefslogtreecommitdiff
path: root/sal/inc/rtl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 17:21:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 17:21:48 +0000
commit0379cf7d3cac5cd08a64348e0cecf6c0f2ace824 (patch)
tree43b0d618ac5e2c02826c8604428a278af3092577 /sal/inc/rtl
parent80dc2fa2bb13b8910b612397e86547ecbc4a13e2 (diff)
INTEGRATION: CWS os7 (1.13.4.1.32); FILE MERGED
2003/03/20 08:11:18 pb 1.13.4.1.32.1: fix: #107891# bool warning removed
Diffstat (limited to 'sal/inc/rtl')
-rw-r--r--sal/inc/rtl/ustring.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index d037a70b0e42..d225776bec01 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ustring.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 16:45:53 $
+ * last change: $Author: hr $ $Date: 2003-04-04 18:21:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1089,8 +1089,8 @@ public:
inline bool convertToString(OString * pTarget, rtl_TextEncoding nEncoding,
sal_uInt32 nFlags)
{
- return rtl_convertUStringToString(&pTarget->pData, pData->buffer,
- pData->length, nEncoding, nFlags);
+ return ( rtl_convertUStringToString(&pTarget->pData, pData->buffer,
+ pData->length, nEncoding, nFlags) != sal_False );
}
/**