summaryrefslogtreecommitdiff
path: root/sal/qa/osl/file/osl_File_Const.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/file/osl_File_Const.h')
-rw-r--r--sal/qa/osl/file/osl_File_Const.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/sal/qa/osl/file/osl_File_Const.h b/sal/qa/osl/file/osl_File_Const.h
index 6e9542eef..50aa2e99e 100644
--- a/sal/qa/osl/file/osl_File_Const.h
+++ b/sal/qa/osl/file/osl_File_Const.h
@@ -26,14 +26,9 @@
*
************************************************************************/
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifndef _OSL_FILE_CONST_H_
#define _OSL_FILE_CONST_H_
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -43,12 +38,6 @@
#include <rtl/ustring.hxx>
#include <rtl/uri.hxx>
-
-
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
-
#ifdef __cplusplus
extern "C"
{
@@ -228,18 +217,10 @@ OSLTEST_DECLARE( VolURL5, FILE_PREFIX "c:/temp" );
OSLTEST_DECLARE( VolURL6, FILE_PREFIX "e:/" );
#endif
-
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifdef __cplusplus
}
#endif
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
-
#endif /* _OSL_FILE_CONST_H_ */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */