summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-02-26 05:20:44 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-02-27 21:25:02 +0700
commit0f6d1ff62131bd7664a125aa85b1738d79949bef (patch)
tree2e0938e75a32d8d5fa8dd55fe2c1442115d01499 /sal
parentRemoved unused code. (diff)
downloadcore-0f6d1ff62131bd7664a125aa85b1738d79949bef.tar.gz
core-0f6d1ff62131bd7664a125aa85b1738d79949bef.zip
some doxygen warnings cleanup
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/ustring.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index f55fb7d6fdaf..27eb86561ee3 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -173,7 +173,7 @@ public:
assumed to be only UTF-8/ASCII, so this constructor allows an efficient
and convenient way to create OUString instances from literals.
- @param value the 8-bit string literal
+ @param literal the 8-bit string literal
@exception std::bad_alloc is thrown if an out-of-memory condition occurs
*/