summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/cc50_solaris_sparc/hash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/cc50_solaris_sparc/hash.cxx')
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/hash.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/hash.cxx b/bridges/source/cpp_uno/cc50_solaris_sparc/hash.cxx
index 0d1c49a23c11..29064c19a28f 100644
--- a/bridges/source/cpp_uno/cc50_solaris_sparc/hash.cxx
+++ b/bridges/source/cpp_uno/cc50_solaris_sparc/hash.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.
@@ -31,9 +32,7 @@
#ifndef TEST
-#ifndef _SAL_TYPES_H_
#include <sal/types.h>
-#endif
#else
typedef unsigned int sal_uInt32;
#endif
@@ -262,3 +261,5 @@ int main( int argc, const char** argv )
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */