summaryrefslogtreecommitdiffstats
path: root/sc/workben
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben')
-rw-r--r--sc/workben/addin.cxx2
-rw-r--r--sc/workben/result.cxx2
-rw-r--r--sc/workben/test.cxx2
3 files changed, 6 insertions, 0 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx
index 68424abfc9c0..190b70569c36 100644
--- a/sc/workben/addin.cxx
+++ b/sc/workben/addin.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.
@@ -593,3 +594,4 @@ sal_Bool SAL_CALL ScTestAddIn::supportsService( const ::rtl::OUString& ServiceNa
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/workben/result.cxx b/sc/workben/result.cxx
index 9198692357e6..9ef0a54dfb64 100644
--- a/sc/workben/result.cxx
+++ b/sc/workben/result.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.
@@ -131,3 +132,4 @@ void SAL_CALL ScAddInResult::removeResultListener( const ::com::sun::star::uno::
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index 4caa49e3adcd..01b7587bda08 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.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.
@@ -2039,3 +2040,4 @@ IMPL_LINK(MyWindow, ViewHdl, PushButton*, EMPTYARG)
return 0;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */