summaryrefslogtreecommitdiff
path: root/sal/osl/w32/process.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-03 15:00:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-04 17:37:20 +0000
commit8fdf363f598ef45e49ada9d5a2d5747189ea401c (patch)
treef3ca924fa330bc3ee130b8e3be16b12c3c8315da /sal/osl/w32/process.cxx
parent798dbea63a9ef060eb2ddcf69307eb1a666daae7 (diff)
Change sal/osl/w32/*.h -> *.hxx
...which are now only ever included from C++ code. Drop extern "C" where appropriate (i.e., generally everywhere) and fix the occasional ensuing loplugin warning. (But no further C++'ification for now.) Change-Id: I78830692888ee0ae0cac49878042effad2d6707f Reviewed-on: https://gerrit.libreoffice.org/34865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/osl/w32/process.cxx')
-rw-r--r--sal/osl/w32/process.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sal/osl/w32/process.cxx b/sal/osl/w32/process.cxx
index 59268674502d..bdaaf1156d59 100644
--- a/sal/osl/w32/process.cxx
+++ b/sal/osl/w32/process.cxx
@@ -37,11 +37,11 @@
#include <osl/thread.h>
#include <sal/log.hxx>
-#include <filetime.h>
-#include <nlsupport.h>
-#include "procimpl.h"
-#include "sockimpl.h"
-#include "file_url.h"
+#include <filetime.hxx>
+#include <nlsupport.hxx>
+#include "procimpl.hxx"
+#include "sockimpl.hxx"
+#include "file_url.hxx"
#include "path_helper.hxx"
#include <rtl/ustrbuf.h>
#include <rtl/alloc.h>