summaryrefslogtreecommitdiff
path: root/include/unotools/progresshandlerwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/progresshandlerwrap.hxx')
-rw-r--r--include/unotools/progresshandlerwrap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/progresshandlerwrap.hxx b/include/unotools/progresshandlerwrap.hxx
index fc640dc4c4a9..04faadf24258 100644
--- a/include/unotools/progresshandlerwrap.hxx
+++ b/include/unotools/progresshandlerwrap.hxx
@@ -18,8 +18,8 @@
*/
#include "unotools/unotoolsdllapi.h"
-#ifndef _UTL_PROGRESSHANDLERWRAP_HXX_
-#define _UTL_PROGRESSHANDLERWRAP_HXX_
+#ifndef INCLUDED_UNOTOOLS_PROGRESSHANDLERWRAP_HXX
+#define INCLUDED_UNOTOOLS_PROGRESSHANDLERWRAP_HXX
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/ucb/XProgressHandler.hpp>
@@ -45,6 +45,6 @@ public:
} // namespace utl
-#endif // _UTL_PROGRESSHANDLERWRAP_HXX_
+#endif // INCLUDED_UNOTOOLS_PROGRESSHANDLERWRAP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */