diff options
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/logfile.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/rtl/source/logfile.cxx b/sal/rtl/source/logfile.cxx index ff7e6899f1ff..0e0f5e4b4063 100644 --- a/sal/rtl/source/logfile.cxx +++ b/sal/rtl/source/logfile.cxx @@ -50,10 +50,12 @@ #define vsnprintf _vsnprintf #endif -using namespace rtl; using namespace osl; using namespace std; +using ::rtl::OUString; +using ::rtl::OUStringBuffer; + namespace { static oslFileHandle g_aFile = 0; |