summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file_url.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/file_url.h')
-rw-r--r--sal/osl/unx/file_url.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/file_url.h b/sal/osl/unx/file_url.h
index 4f418b264705..10168636da52 100644
--- a/sal/osl/unx/file_url.h
+++ b/sal/osl/unx/file_url.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FILE_URL_H
-#define INCLUDED_FILE_URL_H
+#ifndef INCLUDED_SAL_OSL_UNX_FILE_URL_H
+#define INCLUDED_SAL_OSL_UNX_FILE_URL_H
#include "osl/file.h"
@@ -39,6 +39,6 @@ int TextToUnicode(const char* text, size_t text_buffer_size, sal_Unicode* unic_t
}
#endif
-#endif /* #define INCLUDED_FILE_URL_H */
+#endif /* #define INCLUDED_SAL_OSL_UNX_FILE_URL_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */