summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/file_impl.hxx')
-rw-r--r--sal/osl/unx/file_impl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/file_impl.hxx b/sal/osl/unx/file_impl.hxx
index d1031bc07298..e1ed0affc8f2 100644
--- a/sal/osl/unx/file_impl.hxx
+++ b/sal/osl/unx/file_impl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FILE_IMPL_HXX
-#define INCLUDED_FILE_IMPL_HXX
+#ifndef INCLUDED_SAL_OSL_UNX_FILE_IMPL_HXX
+#define INCLUDED_SAL_OSL_UNX_FILE_IMPL_HXX
#include "osl/file.h"
#include <stddef.h>
@@ -53,6 +53,6 @@ oslFileError openFilePath(
oslFileHandle* pHandle,
sal_uInt32 uFlags, mode_t mode );
-#endif /* INCLUDED_FILE_IMPL_HXX */
+#endif // INCLUDED_SAL_OSL_UNX_FILE_IMPL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */