summaryrefslogtreecommitdiffstats
path: root/sal/qa/osl/profile/osl_old_testprofile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/profile/osl_old_testprofile.cxx')
-rw-r--r--sal/qa/osl/profile/osl_old_testprofile.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/qa/osl/profile/osl_old_testprofile.cxx b/sal/qa/osl/profile/osl_old_testprofile.cxx
index 966a453dc79f..9c3ca4caa4c2 100644
--- a/sal/qa/osl/profile/osl_old_testprofile.cxx
+++ b/sal/qa/osl/profile/osl_old_testprofile.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.
@@ -42,6 +43,7 @@
#include "cppunit/extensions/HelperMacros.h"
#include "cppunit/plugin/TestPlugIn.h"
+
//==================================================================================================
// -----------------------------------------------------------------------------
namespace osl_Profile
@@ -97,3 +99,5 @@ CPPUNIT_TEST_SUITE_REGISTRATION( osl_Profile::oldtests );
// -----------------------------------------------------------------------------
CPPUNIT_PLUGIN_IMPLEMENT();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */