summaryrefslogtreecommitdiff
path: root/framework/inc/helper/statusindicator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/statusindicator.hxx')
-rw-r--r--framework/inc/helper/statusindicator.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx
index 66d5b1e7535a..8d97738d0008 100644
--- a/framework/inc/helper/statusindicator.hxx
+++ b/framework/inc/helper/statusindicator.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FRAMEWORK_INC_HELPER_STATUSINDICATOR_HXX
-#define INCLUDED_FRAMEWORK_INC_HELPER_STATUSINDICATOR_HXX
+#pragma once
// include files of own module
#include <helper/statusindicatorfactory.hxx>
@@ -101,6 +100,4 @@ class StatusIndicator final : public ::cppu::WeakImplHelper< css::task::XStatus
} // namespace framework
-#endif // INCLUDED_FRAMEWORK_INC_HELPER_STATUSINDICATOR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */