summaryrefslogtreecommitdiff
path: root/automation/source/testtool/tcommuni.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/testtool/tcommuni.hxx')
-rw-r--r--automation/source/testtool/tcommuni.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/automation/source/testtool/tcommuni.hxx b/automation/source/testtool/tcommuni.hxx
index 4374edfd7fc9..e92a93eb36a5 100644
--- a/automation/source/testtool/tcommuni.hxx
+++ b/automation/source/testtool/tcommuni.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -29,7 +30,7 @@
#include <tools/link.hxx>
#include <svl/svarray.hxx>
-#include <vos/thread.hxx>
+#include <osl/thread.hxx>
#ifndef _STRING_LIST
DECLARE_LIST( StringList, String * )
@@ -65,3 +66,4 @@ String GetHostConfig();
ULONG GetTTPortConfig();
ULONG GetUnoPortConfig();
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */