summaryrefslogtreecommitdiff
path: root/cui/source/factory/dlgfact.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/factory/dlgfact.hxx')
-rw-r--r--cui/source/factory/dlgfact.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index f7e2ffc31b90..d0072f6349c9 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_SOURCE_FACTORY_DLGFACT_HXX
-#define INCLUDED_CUI_SOURCE_FACTORY_DLGFACT_HXX
+#pragma once
#include <svx/svxdlg.hxx>
#include <svx/zoom_def.hxx>
@@ -965,6 +964,4 @@ public:
std::shared_ptr<DiagramDataInterface> pDiagramData) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */