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

mark our string classes as SAL_WARN_UNUSED

Change-Id: I420229dea6c5b3e45cec5989897bb31654851e32
üst 13e39545
...@@ -97,7 +97,7 @@ namespace rtl ...@@ -97,7 +97,7 @@ namespace rtl
buffer array. If the internal buffer overflows, it is buffer array. If the internal buffer overflows, it is
automatically made larger. automatically made larger.
*/ */
class OStringBuffer class SAL_WARN_UNUSED OStringBuffer
{ {
public: public:
/** /**
......
...@@ -91,7 +91,7 @@ namespace rtl ...@@ -91,7 +91,7 @@ namespace rtl
use this class. use this class.
*/ */
class OString class SAL_WARN_UNUSED OString
{ {
public: public:
/// @cond INTERNAL /// @cond INTERNAL
......
...@@ -92,7 +92,7 @@ namespace rtl ...@@ -92,7 +92,7 @@ namespace rtl
buffer array. If the internal buffer overflows, it is buffer array. If the internal buffer overflows, it is
automatically made larger. automatically made larger.
*/ */
class OUStringBuffer class SAL_WARN_UNUSED OUStringBuffer
{ {
public: public:
/** /**
......
...@@ -90,7 +90,7 @@ namespace rtl ...@@ -90,7 +90,7 @@ namespace rtl
use this class. use this class.
*/ */
class OUString class SAL_WARN_UNUSED OUString
{ {
public: public:
/// @cond INTERNAL /// @cond INTERNAL
......
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