summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/doc/templatedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 01a9a8a47508..57597c757444 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -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& )