summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-23 19:15:24 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-23 19:17:42 +0200
commit8d1fbba77fdec3cdc7c7b1e28f9560243cbbd3ff (patch)
treef5111893fc257eb1713db12b41fe49c8acf14ee6 /sal
parentf46f1421277d2432e3aef6923df13fc220bd15b9 (diff)
doxygen warning fixes
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/string.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx
index 9791a8c70faa..1701b28b48b5 100644
--- a/sal/inc/rtl/string.hxx
+++ b/sal/inc/rtl/string.hxx
@@ -140,8 +140,10 @@ public:
/** New string from OString data without acquiring it. Takeover of ownership.
+ The SAL_NO_ACQUIRE dummy parameter is only there to distinguish this
+ from other constructors.
+
@param str a OString data.
- @param __sal_NoAcquire SAL_NO_ACQUIRE to distinguish from other ctors
*/
inline OString( rtl_String * str, __sal_NoAcquire ) SAL_THROW(())
{