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.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cui/source/inc/scriptdlg.hxx b/cui/source/inc/scriptdlg.hxx
index 8e66fed69a04..846e4a23e3f9 100644
--- a/cui/source/inc/scriptdlg.hxx
+++ b/cui/source/inc/scriptdlg.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_SOURCE_INC_SCRIPTDLG_HXX
-#define INCLUDED_CUI_SOURCE_INC_SCRIPTDLG_HXX
+#pragma once
#include <memory>
#include <sfx2/basedlgs.hxx>
@@ -165,6 +164,4 @@ public:
static void ShowAsyncErrorDialog( weld::Window* pParent, css::uno::Any const & aException );
};
-#endif // INCLUDED_CUI_SOURCE_INC_SCRIPTDLG_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */