From 4a340e36e8d3713806719351f455711c1254a178 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 24 May 2017 14:29:48 +0200 Subject: loplugin:constantparam add the results files so I can just see the diff in future Change-Id: Ia20a1aa6418be95ed620719cde340c00b7b053e1 Reviewed-on: https://gerrit.libreoffice.org/37988 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/func/fuinsfil.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index 0ba07d137a37..d8c620e6f7f6 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -531,7 +531,7 @@ void FuInsertFile::InsTextOrRTFinDrMode(SfxMedium* pMedium) if (pDlg->IsLink()) { - pTO->SetTextLink(aFile, aFilterName, osl_getThreadTextEncoding() ); + pTO->SetTextLink(aFile, aFilterName ); } if( bUndo ) -- cgit