summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/constructors.cxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:45:07 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:58:05 +0200
commitf402b2f5af37b9dfa8175af8fb13f22602973f99 (patch)
tree9702ac5efc58d051e700246b2fedc2a4a89712ce /testtools/source/bridgetest/constructors.cxx
parent8948894606f62fc9e372d04a315073b2ee780ea1 (diff)
Add vim/emacs modelines to all source files
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'testtools/source/bridgetest/constructors.cxx')
-rw-r--r--testtools/source/bridgetest/constructors.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/testtools/source/bridgetest/constructors.cxx b/testtools/source/bridgetest/constructors.cxx
index feff9fef567d..a7d8a96c1bf3 100644
--- a/testtools/source/bridgetest/constructors.cxx
+++ b/testtools/source/bridgetest/constructors.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.
@@ -515,3 +516,5 @@ extern "C" ::sal_Bool SAL_CALL component_writeInfo(
return ::cppu::component_writeInfoHelper(
serviceManager, registryKey, entries);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */