diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-03 10:31:33 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-03 10:37:19 +0100 |
commit | e14b5f33ceae3280b46eb97a88b949d002639568 (patch) | |
tree | 3695cbea63d51fbeff37222e7c666bbbcad0833f /sfx2/source | |
parent | 3a5f4018d85d20d0a8ddcf8c3ab6792be239a4ab (diff) |
Template manager: edit opens in _default frame
Change-Id: If543da8dcd0b0c7a0c155ef08cbc67e1d3905b90
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/templatedlg.cxx | 2 |
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& ) |