[Libreoffice-commits] core.git: Branch 'feature/cib_contract57' - sal/osl
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Wed Jan 11 10:00:45 UTC 2017
sal/osl/all/log.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit e4574e682bcc4a304aa0cfe83291450ee2cfc9e6
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Wed Jan 11 10:37:25 2017 +0100
Fix includes
Change-Id: I9a1cbef223e59c403a5f2445444957db1d3d3cd9
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx
index 91ca512..326d44e 100644
--- a/sal/osl/all/log.cxx
+++ b/sal/osl/all/log.cxx
@@ -22,8 +22,8 @@
#include <fstream>
#include "osl/thread.hxx"
+#include "osl/process.h"
#include "rtl/string.h"
-#include <rtl/bootstrap.hxx>
#include "sal/detail/log.h"
#include "sal/log.hxx"
#include "sal/types.h"
@@ -150,7 +150,6 @@ char const * getLogFile() {
if (logFile != nullptr)
return logFile;
-
static char logFilePath[1024];
if (getValueFromLoggingIniFile("LogFilePath", logFilePath)) {
return logFilePath;
More information about the Libreoffice-commits
mailing list