summaryrefslogtreecommitdiffstats
path: root/sal/qa/osl/condition/osl_Condition_Const.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/condition/osl_Condition_Const.h')
-rw-r--r--sal/qa/osl/condition/osl_Condition_Const.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/sal/qa/osl/condition/osl_Condition_Const.h b/sal/qa/osl/condition/osl_Condition_Const.h
index 1a5fb1e3f4ce..e000e7c415a0 100644
--- a/sal/qa/osl/condition/osl_Condition_Const.h
+++ b/sal/qa/osl/condition/osl_Condition_Const.h
@@ -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.
@@ -25,15 +26,9 @@
*
************************************************************************/
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifndef _OSL_CONDITION_CONST_H_
#define _OSL_CONDITION_CONST_H_
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#include <sal/types.h>
#include <rtl/ustring.hxx>
@@ -56,7 +51,9 @@
#include <unistd.h>
#endif
-#include <testshl/simpleheader.hxx>
+#include <cppunit/TestFixture.h>
+#include <cppunit/extensions/HelperMacros.h>
+#include <cppunit/plugin/TestPlugIn.h>
#define OSLTEST_DECLARE_USTRING( str_name, str_value ) \
::rtl::OUString a##str_name = rtl::OUString::createFromAscii( str_value )
@@ -70,3 +67,5 @@ const char pTestString[17] = "Sun Microsystems";
#endif /* _OSL_CONDITION_CONST_H_ */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */