summaryrefslogtreecommitdiff
path: root/framework/inc/helper/vclstatusindicator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/vclstatusindicator.hxx')
-rw-r--r--framework/inc/helper/vclstatusindicator.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx
index ba0a84a0e2f4..bd325665f8d7 100644
--- a/framework/inc/helper/vclstatusindicator.hxx
+++ b/framework/inc/helper/vclstatusindicator.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FRAMEWORK_INC_HELPER_VCLSTATUSINDICATOR_HXX
-#define INCLUDED_FRAMEWORK_INC_HELPER_VCLSTATUSINDICATOR_HXX
+#pragma once
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/awt/XWindow.hpp>
@@ -87,6 +86,4 @@ class VCLStatusIndicator final : public ::cppu::WeakImplHelper< css::task::XSta
} // namespace framework
-#endif // INCLUDED_FRAMEWORK_INC_HELPER_VCLSTATUSINDICATOR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */