[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 22 06:57:06 UTC 2018
sw/source/filter/xml/xmltexti.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c62131724495695449f1f3ec615cea34543ab2bc
Author: Aron Budea <aron.budea at collabora.com>
AuthorDate: Mon May 7 21:42:55 2018 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Fri May 25 01:46:56 2018 -0700
Fix build
Change-Id: Iefff37c32dadf7d22a5495ba9701d4636588d027
(cherry picked from commit 0ce99cc35ea5115571347519b415742c671807ae)
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx
index f53797abb3a6..4a77d78251ea 100644
--- a/sw/source/filter/xml/xmltexti.cxx
+++ b/sw/source/filter/xml/xmltexti.cxx
@@ -574,7 +574,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)
{
More information about the Libreoffice-commits
mailing list