summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-02-04 14:57:21 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-02-04 14:57:21 +0100
commit026e06e1a6a1a1823dc65db9df8d9a3b15a7e517 (patch)
tree23eb006dc68ba8275687795b954589aa018bc441
parent6ba8a2eab28cbe0967b360a09e1e9d7a7bb7bd26 (diff)
remove sal_Bool from boolean() docs too
-rw-r--r--sal/inc/rtl/string.hxx4
-rw-r--r--sal/inc/rtl/ustring.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx
index a239768df777..05ba18f8fea3 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 25ed82b2b83d..f7d793a3fc87 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.