diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2018-08-04 15:31:45 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2018-08-10 22:03:33 +0200 |
commit | 227f52f0bde15e64d068903d36c8c8f91beb22a0 (patch) | |
tree | c9cbbb175fd2585a389acda445996f730a626694 /sfx2 | |
parent | aa116a17dc92c722a39cd434f63c9aafa08886db (diff) |
Fix whitespaces
Change-Id: I4d64e537fe6eacf8481479604ee34272073d9aae
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appopen.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx index f76248fdced3..25c7ca3f3bfa 100644 --- a/sfx2/source/appl/appopen.cxx +++ b/sfx2/source/appl/appopen.cxx @@ -402,10 +402,9 @@ void SfxApplication::NewDocDirectExec_Impl( SfxRequest& rReq ) OUString aFactName; if ( pFactoryItem ) aFactName = pFactoryItem->GetValue(); - else + else aFactName = SvtModuleOptions().GetDefaultModuleName(); - SfxRequest aReq( SID_OPENDOC, SfxCallMode::SYNCHRON, GetPool() ); OUString aFact("private:factory/"); aFact += aFactName; |