summaryrefslogtreecommitdiffstats
path: root/tools/source/generic/svlibrary.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/svlibrary.cxx')
-rw-r--r--tools/source/generic/svlibrary.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/source/generic/svlibrary.cxx b/tools/source/generic/svlibrary.cxx
index 72e6ad4bd3bf..be6772ffbcfa 100644
--- a/tools/source/generic/svlibrary.cxx
+++ b/tools/source/generic/svlibrary.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.
@@ -127,3 +128,5 @@ bool SvLibrary::LoadModule( osl::Module& rModule, const rtl::OUString& rLibName,
return bLoaded;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */