summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-18 17:57:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-18 17:57:39 +0100
commita063da487e6956eff19efd2619633caf333c39eb (patch)
treefac6fc2d5faf43620ccc255bf99475c7bfb2108a /svx/source/unodraw
parentdf4adcc47a5cfad9e6562162ae6eb28a2271f344 (diff)
Simplify avmedia::MediaItem::setURL
Change-Id: I9835b96813c6bf3d8690cdaa5de66ca07afdc801
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unoshap4.cxx2
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;