[Libreoffice-commits] core.git: sal/inc

Luboš Luňák l.lunak at suse.cz
Mon Feb 4 05:57:53 PST 2013


 sal/inc/rtl/string.hxx  |    4 ++--
 sal/inc/rtl/ustring.hxx |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 026e06e1a6a1a1823dc65db9df8d9a3b15a7e517
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Mon Feb 4 14:57:21 2013 +0100

    remove sal_Bool from boolean() docs too

diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx
index a239768..05ba18f 100644
--- a/sal/inc/rtl/string.hxx
+++ b/sal/inc/rtl/string.hxx
@@ -1500,8 +1500,8 @@ public:
     /**
       Returns the string representation of the boolean argument.
 
-      If the sal_Bool is true, the string "true" is returned.
-      If the sal_Bool is false, the string "false" is returned.
+      If the argument is true, the string "true" is returned.
+      If the argument is false, the string "false" is returned.
       This function can't be used for language specific conversion.
 
       @param    b   a bool.
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index 25ed82b..f7d793a 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -2151,8 +2151,8 @@ public:
     /**
       Returns the string representation of the boolean argument.
 
-      If the sal_Bool is true, the string "true" is returned.
-      If the sal_Bool is false, the string "false" is returned.
+      If the argument is true, the string "true" is returned.
+      If the argument is false, the string "false" is returned.
       This function can't be used for language specific conversion.
 
       @param    b   a bool.


More information about the Libreoffice-commits mailing list