summaryrefslogtreecommitdiff
path: root/sal/workben/clipboardwben/testpaste
diff options
context:
space:
mode:
Diffstat (limited to 'sal/workben/clipboardwben/testpaste')
-rw-r--r--sal/workben/clipboardwben/testpaste/StdAfx.cpp3
-rw-r--r--sal/workben/clipboardwben/testpaste/StdAfx.h3
-rw-r--r--sal/workben/clipboardwben/testpaste/cbptest.cxx3
-rw-r--r--sal/workben/clipboardwben/testpaste/resource.h3
4 files changed, 12 insertions, 0 deletions
diff --git a/sal/workben/clipboardwben/testpaste/StdAfx.cpp b/sal/workben/clipboardwben/testpaste/StdAfx.cpp
index cb07d603f28f..b39aced7f001 100644
--- a/sal/workben/clipboardwben/testpaste/StdAfx.cpp
+++ b/sal/workben/clipboardwben/testpaste/StdAfx.cpp
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// stdafx.cpp : Quelltextdatei, die nur die Standard-Includes einbindet
// TestWin32.pch ist die vorkompilierte Header-Datei
// stdafx.obj enthlt die vorkompilierte Typinformation
@@ -6,3 +7,5 @@
// ZU ERLEDIGEN: Verweis auf alle zustzlichen Header-Dateien, die Sie in STDAFX.H
// und nicht in dieser Datei bentigen
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sal/workben/clipboardwben/testpaste/StdAfx.h b/sal/workben/clipboardwben/testpaste/StdAfx.h
index bb762adbdc36..d71036003969 100644
--- a/sal/workben/clipboardwben/testpaste/StdAfx.h
+++ b/sal/workben/clipboardwben/testpaste/StdAfx.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
// stdafx.h : Include-Datei fr Standard-System-Include-Dateien,
// oder projektspezifische Include-Dateien, die hufig benutzt, aber
// in unregelmigen Abstnden gendert werden.
@@ -30,3 +31,5 @@
// Microsoft Visual C++ fgt zustzliche Deklarationen unmittelbar vor der vorherigen Zeile ein.
#endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sal/workben/clipboardwben/testpaste/cbptest.cxx b/sal/workben/clipboardwben/testpaste/cbptest.cxx
index f26d51ec6d72..442b3728a824 100644
--- a/sal/workben/clipboardwben/testpaste/cbptest.cxx
+++ b/sal/workben/clipboardwben/testpaste/cbptest.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.
@@ -426,3 +427,5 @@ void PasteClipboardData(HWND hwndParent)
}
}
*/
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sal/workben/clipboardwben/testpaste/resource.h b/sal/workben/clipboardwben/testpaste/resource.h
index 5206e911eabf..3f0af2dc3ecc 100644
--- a/sal/workben/clipboardwben/testpaste/resource.h
+++ b/sal/workben/clipboardwben/testpaste/resource.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by mtacb.rc
@@ -26,3 +27,5 @@
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */