diff options
Diffstat (limited to 'l10ntools/inc/l10ntools/file.hxx')
-rw-r--r-- | l10ntools/inc/l10ntools/file.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/l10ntools/inc/l10ntools/file.hxx b/l10ntools/inc/l10ntools/file.hxx index 3e2760bbf201..9156c54c59b0 100644 --- a/l10ntools/inc/l10ntools/file.hxx +++ b/l10ntools/inc/l10ntools/file.hxx @@ -19,6 +19,9 @@ * *************************************************************/ +#ifndef L10NTOOLS_FILE_HXX +#define L10NTOOLS_FILE_HXX + #include "rtl/ustring.hxx" namespace transex @@ -42,3 +45,6 @@ class File }; } + +#endif // L10NTOOLS_FILE_HXX + |