Kaydet (Commit) 227f52f0 authored tarafından Matteo Casalin's avatar Matteo Casalin

Fix whitespaces

Change-Id: I4d64e537fe6eacf8481479604ee34272073d9aae
üst aa116a17
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment