summaryrefslogtreecommitdiff
path: root/salhelper/test/dynamicloader/samplelib.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-19 11:57:43 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-19 11:57:43 +0200
commita82eae375ecc76c25bb2172424d22bfe479e28d1 (patch)
tree99fcf65104c29bd4ef436653b4a361f46789b4e7 /salhelper/test/dynamicloader/samplelib.cxx
parenta64d0f306856ede0265937969ab5ae0754076ac4 (diff)
parent08a08dec6e62da86b8e1746bb205cb32ee4c7f98 (diff)
Merge branch 'master' into feature/gnumake4
Conflicts: xmlreader/prj/d.lst
Diffstat (limited to 'salhelper/test/dynamicloader/samplelib.cxx')
-rw-r--r--salhelper/test/dynamicloader/samplelib.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/salhelper/test/dynamicloader/samplelib.cxx b/salhelper/test/dynamicloader/samplelib.cxx
index f4809f51fd2e..6f66aa73f324 100644
--- a/salhelper/test/dynamicloader/samplelib.cxx
+++ b/salhelper/test/dynamicloader/samplelib.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include "samplelib.hxx"
#include <sal/types.h>
/*
@@ -35,3 +36,4 @@ double SAL_CALL funcB( double a)
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */