summaryrefslogtreecommitdiff
path: root/include/svtools/wizdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/wizdlg.hxx')
-rw-r--r--include/svtools/wizdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx
index 6702c65ffc89..1e311504d0f1 100644
--- a/include/svtools/wizdlg.hxx
+++ b/include/svtools/wizdlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVT_WIZDLG_HXX
-#define _SVT_WIZDLG_HXX
+#ifndef INCLUDED_SVTOOLS_WIZDLG_HXX
+#define INCLUDED_SVTOOLS_WIZDLG_HXX
#include "svtools/svtdllapi.h"
@@ -300,6 +300,6 @@ public:
const Link& GetDeactivatePageHdl() const { return maDeactivateHdl; }
};
-#endif // _SVT_WIZDLG_HXX
+#endif // INCLUDED_SVTOOLS_WIZDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */