summaryrefslogtreecommitdiff
path: root/binfilter/bf_svtools/source/uno
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_svtools/source/uno')
-rw-r--r--binfilter/bf_svtools/source/uno/svt_registerservices.cxx2
-rw-r--r--binfilter/bf_svtools/source/uno/svt_unoevent.cxx2
-rw-r--r--binfilter/bf_svtools/source/uno/svt_unoimap.cxx3
3 files changed, 7 insertions, 0 deletions
diff --git a/binfilter/bf_svtools/source/uno/svt_registerservices.cxx b/binfilter/bf_svtools/source/uno/svt_registerservices.cxx
index fc6876492..6e6989cc3 100644
--- a/binfilter/bf_svtools/source/uno/svt_registerservices.cxx
+++ b/binfilter/bf_svtools/source/uno/svt_registerservices.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.
@@ -139,3 +140,4 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory (
} // "C"
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_svtools/source/uno/svt_unoevent.cxx b/binfilter/bf_svtools/source/uno/svt_unoevent.cxx
index deee68e8c..167b7e1ba 100644
--- a/binfilter/bf_svtools/source/uno/svt_unoevent.cxx
+++ b/binfilter/bf_svtools/source/uno/svt_unoevent.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.
@@ -591,3 +592,4 @@ void SvMacroTableEventDescriptor::copyMacrosIntoTable(
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_svtools/source/uno/svt_unoimap.cxx b/binfilter/bf_svtools/source/uno/svt_unoimap.cxx
index 66ee62c6b..add3766e4 100644
--- a/binfilter/bf_svtools/source/uno/svt_unoimap.cxx
+++ b/binfilter/bf_svtools/source/uno/svt_unoimap.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.
@@ -821,3 +822,5 @@ sal_Bool SvUnoImageMap_fillImageMap( Reference< XInterface > xImageMap, ImageMap
return pUnoImageMap->fillImageMap( rMap );
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */