summaryrefslogtreecommitdiff
path: root/sal/inc/osl/file.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-14 07:30:26 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-14 07:30:26 +0000
commit24280a56c706b1bc93e16c09fadc29de9acca5d2 (patch)
tree2c9c28e819aeaf7e0e900300f1324e8e1ef17807 /sal/inc/osl/file.hxx
parent8c472959be58d9ccdaae9847e0f6910b9af4fbe7 (diff)
removed include osl/macros.hxx and #ifdef _USE_NAMESPACE
Diffstat (limited to 'sal/inc/osl/file.hxx')
-rw-r--r--sal/inc/osl/file.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index aa8157940..e953d52f3 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: file.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mfe $ $Date: 2001-02-06 17:26:01 $
+ * last change: $Author: jl $ $Date: 2001-03-14 08:28:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,6 @@
#endif
#include <osl/file.h>
-#include <osl/macros.hxx>
#ifndef _RTL_BYTESEQ_HXX_
# include <rtl/byteseq.hxx>
@@ -82,10 +81,8 @@
#include <stdio.h>
-#ifdef _USE_NAMESPACE
namespace osl
{
-#endif
// -----------------------------------------------------------------------------
@@ -1452,9 +1449,7 @@ public:
}
};
-#ifdef _USE_NAMESPACE
}
-#endif
#endif /* __cplusplus */
#endif /* _OSL_FILE_HXX_ */