summaryrefslogtreecommitdiff
path: root/include/unotools/docinfohelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/docinfohelper.hxx')
-rw-r--r--include/unotools/docinfohelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/docinfohelper.hxx b/include/unotools/docinfohelper.hxx
index be32c3bfc7c9..c82dac3ea8e2 100644
--- a/include/unotools/docinfohelper.hxx
+++ b/include/unotools/docinfohelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UNOTOOLS_DOCINFOHELPER_HXX_
-#define _UNOTOOLS_DOCINFOHELPER_HXX_
+#ifndef INCLUDED_UNOTOOLS_DOCINFOHELPER_HXX
+#define INCLUDED_UNOTOOLS_DOCINFOHELPER_HXX
#include <unotools/unotoolsdllapi.h>
#include <rtl/ustring.hxx>
@@ -35,6 +35,6 @@ public:
} // namespace utl
-#endif // _UNOTOOLS_DOCINFOHELPER_HXX_
+#endif // INCLUDED_UNOTOOLS_DOCINFOHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */