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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/dispatch/isstartmoduledispatch.hxx b/framework/source/dispatch/isstartmoduledispatch.hxx
index 1ae23e7c8704..e48c84d744bb 100644
--- a/framework/source/dispatch/isstartmoduledispatch.hxx
+++ b/framework/source/dispatch/isstartmoduledispatch.hxx
@@ -22,12 +22,12 @@
#include <com/sun/star/util/URL.hpp>
-namespace framework {
-
-inline bool isStartModuleDispatch(css::util::URL const & url) {
+namespace framework
+{
+inline bool isStartModuleDispatch(css::util::URL const& url)
+{
return url.Complete == ".uno:ShowStartModule";
}
-
}
#endif