Kaydet (Commit) e14b5f33 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Template manager: edit opens in _default frame

Change-Id: If543da8dcd0b0c7a0c155ef08cbc67e1d3905b90
üst 3a5f4018
......@@ -977,7 +977,7 @@ void SfxTemplateManagerDlg::OnTemplateEdit ()
try
{
xStorable = uno::Reference< XStorable >(
mxDesktop->loadComponentFromURL(pItem->getPath(),"_blank", 0, aArgs ),
mxDesktop->loadComponentFromURL(pItem->getPath(),"_default", 0, aArgs ),
uno::UNO_QUERY );
}
catch( const uno::Exception& )
......
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