[Libreoffice-commits] .: sal/inc

Stephan Bergmann sbergmann at kemper.freedesktop.org
Thu Jan 12 01:57:53 PST 2012


 sal/inc/sal/log.hxx |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit ddc3458259222720d000ccc9cc5e6bd9b09ef3c9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jan 12 10:57:41 2012 +0100

    Make it clear that sal/log.hxx functionality may change again.

diff --git a/sal/inc/sal/log.hxx b/sal/inc/sal/log.hxx
index 6eb152b..816d57a 100644
--- a/sal/inc/sal/log.hxx
+++ b/sal/inc/sal/log.hxx
@@ -153,6 +153,9 @@ inline char const * unwrapStream(StreamIgnore const &) {
     Potentially not only useful within the log framework (where it is used
     automatically), but also when creating exception messages.
 
+    @attention For now, this functionality should only be used internally within
+    LibreOffice. It may change again in a future version.
+
     @since LibreOffice 3.5
 */
 #define SAL_WHERE SAL_DETAIL_WHERE
@@ -166,6 +169,9 @@ inline char const * unwrapStream(StreamIgnore const &) {
 
       SAL_INFO("foo", "object: " << (hasName ? obj->name : SAL_STREAM(obj)));
 
+    @attention For now, this functionality should only be used internally within
+    LibreOffice. It may change again in a future version.
+
     @since LibreOffice 3.5
 */
 #define SAL_STREAM(stream) \
@@ -251,6 +257,9 @@ inline char const * unwrapStream(StreamIgnore const &) {
     change.  The log output is printed to stderr without further text encoding
     conversion.
 
+    @attention For now, this functionality should only be used internally within
+    LibreOffice. It may change again in a future version.
+
     @since LibreOffice 3.5
 */
 


More information about the Libreoffice-commits mailing list