summaryrefslogtreecommitdiffstats
path: root/salhelper/test/Symbols/loader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/test/Symbols/loader.cxx')
-rw-r--r--salhelper/test/Symbols/loader.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/salhelper/test/Symbols/loader.cxx b/salhelper/test/Symbols/loader.cxx
index 82adeecaea9e..f6c862eda3f2 100644
--- a/salhelper/test/Symbols/loader.cxx
+++ b/salhelper/test/Symbols/loader.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <salhelper/dynload.hxx>
#include <rtl/ustring>
@@ -6,7 +7,8 @@
using namespace salhelper;
-using namespace rtl;
+
+using ::rtl::OUString;
class SampleLibLoader
@@ -35,3 +37,5 @@ int main( int argc, char *argv[ ], char *envp[ ] )
return 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */