diff options
Diffstat (limited to 'sal/qa/osl/security/osl_Security_Const.h')
-rw-r--r--[-rwxr-xr-x] | sal/qa/osl/security/osl_Security_Const.h | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/sal/qa/osl/security/osl_Security_Const.h b/sal/qa/osl/security/osl_Security_Const.h index dd5e6855c..74e068e25 100755..100644 --- a/sal/qa/osl/security/osl_Security_Const.h +++ b/sal/qa/osl/security/osl_Security_Const.h @@ -1,7 +1,8 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -25,22 +26,13 @@ * ************************************************************************/ -//------------------------------------------------------------------------ -//------------------------------------------------------------------------ - #ifndef _OSL_SECURITY_CONST_H_ #define _OSL_SECURITY_CONST_H_ #if ( defined WNT ) // Windows -//#define UNICODE -#include <tools/prewin.h> -// #include <windows.h> #include <io.h> -#include <tools/postwin.h> #endif -//------------------------------------------------------------------------ -//------------------------------------------------------------------------ #include <sal/types.h> #include <rtl/ustring.hxx> #include <osl/file.hxx> @@ -49,14 +41,17 @@ #include <stdlib.h> #include <stdio.h> -#if ( defined UNX ) || ( defined OS2 ) +#if ( defined UNX ) #include <unistd.h> #include <pwd.h> #endif -#include <testshl/simpleheader.hxx> -// LLA: #include <testshl2/cmdlinebits.hxx> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> +#include <cppunit/plugin/TestPlugInDefaultImpl.h> +#define t_print printf #define BUFSIZE 1024 const char pTestString[17] = "Sun Microsystems"; @@ -78,3 +73,5 @@ OSLTEST_DECLARE_USTRING( NullURL, "" ); sal_Bool isAdmin = sal_False; #endif /* _OSL_SECURITY_CONST_H_ */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |