summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/jobresult.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/jobresult.hxx')
-rw-r--r--framework/inc/jobs/jobresult.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx
index 2178a541a895..a9d3f189bac8 100644
--- a/framework/inc/jobs/jobresult.hxx
+++ b/framework/inc/jobs/jobresult.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FRAMEWORK_INC_JOBS_JOBRESULT_HXX
-#define INCLUDED_FRAMEWORK_INC_JOBS_JOBRESULT_HXX
+#pragma once
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/frame/DispatchResultEvent.hpp>
@@ -101,6 +100,4 @@ class JobResult final
} // namespace framework
-#endif // INCLUDED_FRAMEWORK_INC_JOBS_JOBRESULT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */