summaryrefslogtreecommitdiffstats
path: root/include/sfx2/templateinfodlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/templateinfodlg.hxx')
-rw-r--r--include/sfx2/templateinfodlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/templateinfodlg.hxx b/include/sfx2/templateinfodlg.hxx
index 69d79b20da9a..d064109736c0 100644
--- a/include/sfx2/templateinfodlg.hxx
+++ b/include/sfx2/templateinfodlg.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __SFX2_TEMPLATEINFODLG_HXX__
-#define __SFX2_TEMPLATEINFODLG_HXX__
+#ifndef INCLUDED_SFX2_TEMPLATEINFODLG_HXX
+#define INCLUDED_SFX2_TEMPLATEINFODLG_HXX
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
@@ -45,6 +45,6 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > xWindow;
};
-#endif // __SFX2_TEMPLATEINFODLG_HXX__
+#endif // INCLUDED_SFX2_TEMPLATEINFODLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */