summaryrefslogtreecommitdiffstats
path: root/cli_ure/source/native/path.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/source/native/path.cxx')
-rw-r--r--cli_ure/source/native/path.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli_ure/source/native/path.cxx b/cli_ure/source/native/path.cxx
index 56b5caf3b299..78c29cfa5d9c 100644
--- a/cli_ure/source/native/path.cxx
+++ b/cli_ure/source/native/path.cxx
@@ -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.
@@ -35,7 +36,6 @@
#include <windows.h>
#include "sal/types.h"
-//#include "tools/pathutils.hxx"
namespace cli_ure {
@@ -216,3 +216,5 @@ WCHAR * resolveLink(WCHAR * path) {
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */