summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2018-05-07 21:42:55 +0200
committerAron Budea <aron.budea@collabora.com>2018-05-07 21:42:55 +0200
commit0ce99cc35ea5115571347519b415742c671807ae (patch)
tree8e740d6dcdf6fd14c2980879b6c0b6efcfc59a6c
parent1bb74bc5410af8773c9ba815fc30252bc99c6791 (diff)
Fix build
Change-Id: Iefff37c32dadf7d22a5495ba9701d4636588d027
-rw-r--r--sw/source/filter/xml/xmltexti.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx
index aa2c7fd5fe79..83d773418198 100644
--- a/sw/source/filter/xml/xmltexti.cxx
+++ b/sw/source/filter/xml/xmltexti.cxx
@@ -575,7 +575,7 @@ uno::Reference< XPropertySet > SwXMLTextImportHelper::createAndInsertOOoLink(
uno::Sequence< beans::PropertyValue > aMediaDescriptor( 1 );
aMediaDescriptor[0].Name = "URL";
- aMediaDescriptor[0].Value <<= aURLObj.GetMainURL( INetURLObject::NO_DECODE )
+ aMediaDescriptor[0].Value <<= aURLObj.GetMainURL( INetURLObject::NO_DECODE );
if (SfxMedium* pMedium = pDoc->GetDocShell() ? pDoc->GetDocShell()->GetMedium() : nullptr)
{