diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-23 11:22:15 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-23 11:22:15 +0100 |
commit | 68e5b2dd800ccbbccfe24ac109ca191e4992c441 (patch) | |
tree | 18805457e36782eb49905e535e169629367f555e /sw/source/ui/shells | |
parent | 61b4b7fb26787c227ce4b84804ffdd5c57072196 (diff) | |
parent | 5a413f4d4535240e257092f1cb9ff63aa284d79b (diff) |
CWS-TOOLING: integrate CWS sw33bf02
Diffstat (limited to 'sw/source/ui/shells')
-rw-r--r-- | sw/source/ui/shells/grfshex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/grfshex.cxx b/sw/source/ui/shells/grfshex.cxx index 6bfc86cf59af..fe2e7502a3df 100644 --- a/sw/source/ui/shells/grfshex.cxx +++ b/sw/source/ui/shells/grfshex.cxx @@ -153,7 +153,7 @@ bool SwTextShell::InsertMediaDlg( SfxRequest& rReq ) pObj->setURL( aURL ); rSh.EnterStdMode(); - rSh.SwFEShell::Insert( *pObj, 0, 0, &aPos ); + rSh.SwFEShell::InsertDrawObj( *pObj, aPos ); bRet = true; if( pWindow ) |