summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/ustrbuf.hxx
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-06 21:49:35 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-07 08:40:07 +0100
commit584612a9290445924c3c13d763381ced74c5ebea (patch)
treec2a8adca551562093ead43e67189019d6230e295 /sal/inc/rtl/ustrbuf.hxx
parentfbdaa717e3dc8a59d474b1bb5503cfa6dac609e8 (diff)
improve comments of isEmpty()
Change-Id: I6542470c2d4b27de25e263651e25baf85c7d018d
Diffstat (limited to 'sal/inc/rtl/ustrbuf.hxx')
-rw-r--r--sal/inc/rtl/ustrbuf.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/rtl/ustrbuf.hxx b/sal/inc/rtl/ustrbuf.hxx
index b8bae09fb8b4..a7d57481fd1f 100644
--- a/sal/inc/rtl/ustrbuf.hxx
+++ b/sal/inc/rtl/ustrbuf.hxx
@@ -284,10 +284,10 @@ public:
/**
Checks if a string buffer is empty.
- @return sal_True if the string buffer is empty;
- sal_False, otherwise.
+ @return true if the string buffer is empty;
+ false, otherwise.
- @since LibreOffice 4.0
+ @since LibreOffice 4.1
*/
bool isEmpty() const SAL_THROW(())
{