diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-18 17:57:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-18 17:57:39 +0100 |
commit | a063da487e6956eff19efd2619633caf333c39eb (patch) | |
tree | fac6fc2d5faf43620ccc255bf99475c7bfb2108a /svx/source/unodraw | |
parent | df4adcc47a5cfad9e6562162ae6eb28a2271f344 (diff) |
Simplify avmedia::MediaItem::setURL
Change-Id: I9835b96813c6bf3d8690cdaa5de66ca07afdc801
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unoshap4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index 46981b5dda3c..53b02048f409 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -818,7 +818,7 @@ bool SvxMediaShape::setPropertyValueImpl( const OUString& rName, const SfxItemPr if( rValue >>= aURL ) { bOk = true; - aItem.setURL( aURL, 0 ); + aItem.setURL( aURL, "" ); } } break; |