From 70a6b9ffbd676a1384433a86205d2cd4f2d4f4b1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 22 Nov 2011 09:34:46 +0100 Subject: New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. * New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString. --- smoketestoo_native/smoketest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoketestoo_native') diff --git a/smoketestoo_native/smoketest.cxx b/smoketestoo_native/smoketest.cxx index f59e03a4dafa..b0a709761f2f 100644 --- a/smoketestoo_native/smoketest.cxx +++ b/smoketestoo_native/smoketest.cxx @@ -57,11 +57,11 @@ #include "osl/conditn.hxx" #include "osl/diagnose.h" #include "osl/time.h" +#include "rtl/oustringostreaminserter.hxx" #include "rtl/ustring.h" #include "rtl/ustring.hxx" #include "unotest/gettestargument.hxx" #include "unotest/officeconnection.hxx" -#include "unotest/oustringostreaminserter.hxx" #include "unotest/toabsolutefileurl.hxx" namespace { -- cgit