Kaydet (Commit) 026e06e1 authored tarafından Luboš Luňák's avatar Luboš Luňák

remove sal_Bool from boolean() docs too

üst 6ba8a2ea
...@@ -1500,8 +1500,8 @@ public: ...@@ -1500,8 +1500,8 @@ public:
/** /**
Returns the string representation of the boolean argument. Returns the string representation of the boolean argument.
If the sal_Bool is true, the string "true" is returned. If the argument is true, the string "true" is returned.
If the sal_Bool is false, the string "false" is returned. If the argument is false, the string "false" is returned.
This function can't be used for language specific conversion. This function can't be used for language specific conversion.
@param b a bool. @param b a bool.
......
...@@ -2151,8 +2151,8 @@ public: ...@@ -2151,8 +2151,8 @@ public:
/** /**
Returns the string representation of the boolean argument. Returns the string representation of the boolean argument.
If the sal_Bool is true, the string "true" is returned. If the argument is true, the string "true" is returned.
If the sal_Bool is false, the string "false" is returned. If the argument is false, the string "false" is returned.
This function can't be used for language specific conversion. This function can't be used for language specific conversion.
@param b a bool. @param b a bool.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment