summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/isstartmoduledispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch/isstartmoduledispatch.hxx')
-rw-r--r--framework/source/dispatch/isstartmoduledispatch.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/source/dispatch/isstartmoduledispatch.hxx b/framework/source/dispatch/isstartmoduledispatch.hxx
index e48c84d744bb..a968a36f68db 100644
--- a/framework/source/dispatch/isstartmoduledispatch.hxx
+++ b/framework/source/dispatch/isstartmoduledispatch.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FRAMEWORK_SOURCE_DISPATCH_ISSTARTMODULEDISPATCH_HXX
-#define INCLUDED_FRAMEWORK_SOURCE_DISPATCH_ISSTARTMODULEDISPATCH_HXX
+#pragma once
#include <com/sun/star/util/URL.hpp>
@@ -30,6 +29,4 @@ inline bool isStartModuleDispatch(css::util::URL const& url)
}
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */