summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-02-27 19:08:01 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-03-05 13:11:50 +0100
commita59f65831224cb957ffb344b76a77d589fb93fd5 (patch)
treecbd04f256ffd6ec4f8c4443be1408f4add0a3c65
parent8025d89840c96a7556c8113800aee034845174b7 (diff)
add @since to new OUString ctors
-rw-r--r--sal/inc/rtl/ustring.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index 8a3184bf0f85..30c957689bb8 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -178,6 +178,7 @@ public:
@param literal the 8-bit ASCII string literal
@exception std::bad_alloc is thrown if an out-of-memory condition occurs
+ @since 3.6
*/
template< int N >
OUString( const char (&literal)[ N ] )
@@ -202,6 +203,7 @@ public:
* It is an error to try to call this overload.
*
* @internal
+ * @since 3.6
*/
template< int N >
OUString( char (&value)[ N ] )