summaryrefslogtreecommitdiffstats
path: root/sal/osl/os2/path_helper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/path_helper.cxx')
-rw-r--r--sal/osl/os2/path_helper.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/osl/os2/path_helper.cxx b/sal/osl/os2/path_helper.cxx
index 6425927a0021..bc5e0039aaa6 100644
--- a/sal/osl/os2/path_helper.cxx
+++ b/sal/osl/os2/path_helper.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.
@@ -41,8 +42,8 @@
Constants
******************************************************************/
-const rtl::OUString BACKSLASH = rtl::OUString::createFromAscii("\\");
-const rtl::OUString SLASH = rtl::OUString::createFromAscii("/");
+const rtl::OUString BACKSLASH (RTL_CONSTASCII_USTRINGPARAM("\\"));
+const rtl::OUString SLASH (RTL_CONSTASCII_USTRINGPARAM("/"));
/*******************************************************************
osl_systemPathEnsureSeparator
@@ -114,3 +115,4 @@ sal_Int32 osl_systemPathIsLogicalDrivePattern(/*in*/ const rtl_uString* pustrPat
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */