Kaydet (Commit) 7f1674d2 authored tarafından Rafael Dominguez's avatar Rafael Dominguez

Fix not displaying thumbnail text after opening a template.

Change-Id: I57ccefd5ce115d095e30afe0673aa61cb3b6d39b
üst 27da19cd
......@@ -549,7 +549,7 @@ IMPL_LINK(SfxTemplateManagerDlg, OpenTemplateHdl, ThumbnailViewItem*, pItem)
try
{
mxDesktop->loadComponentFromURL(pTemplateItem->getPath(),rtl::OUString("_blank"), 0, aArgs );
mxDesktop->loadComponentFromURL(pTemplateItem->getPath(),rtl::OUString("_default"), 0, aArgs );
}
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