summaryrefslogtreecommitdiff
path: root/cui/source/inc/scriptdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/scriptdlg.hxx')
-rw-r--r--cui/source/inc/scriptdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/scriptdlg.hxx b/cui/source/inc/scriptdlg.hxx
index 7fe757d4953b..0874154b700b 100644
--- a/cui/source/inc/scriptdlg.hxx
+++ b/cui/source/inc/scriptdlg.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCRIPTDLG_HXX
-#define _SCRIPTDLG_HXX
+#ifndef INCLUDED_CUI_SOURCE_INC_SCRIPTDLG_HXX
+#define INCLUDED_CUI_SOURCE_INC_SCRIPTDLG_HXX
#include <memory>
@@ -206,6 +206,6 @@ public:
short Execute();
};
-#endif // _SCRIPTDLG_HXX
+#endif // INCLUDED_CUI_SOURCE_INC_SCRIPTDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */