summaryrefslogtreecommitdiffstats
path: root/svl/qa
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-06-20 13:40:58 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-06-20 14:23:21 +0200
commitdac99f6818e6e68198896e93835760b82df2703e (patch)
tree234451159ffe71e299083097122d307b6bf3f840 /svl/qa
parentIntroduce new lockfile handler for MSO like lockfiles (diff)
downloadcore-dac99f6818e6e68198896e93835760b82df2703e.tar.gz
core-dac99f6818e6e68198896e93835760b82df2703e.zip
Generate MSO lock files when the related MSO compat. option is set
Added a new compatibility option to the Tools -> Load / Save -> Microsoft. When this option is set on the UI or or set in the configuration files LO generates lock files for MSO supported file formats, similar to the lock files MSO generates itself. Reviewed-on: https://gerrit.libreoffice.org/69678 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 41dc917b9b55b8c0c4307ffc58a1fb7257df2b69) Change-Id: I2f882723841162add01be9d3f7285a5162a60331
Diffstat (limited to 'svl/qa')
-rw-r--r--svl/qa/unit/lockfiles/test_lockfiles.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/lockfiles/test_lockfiles.cxx b/svl/qa/unit/lockfiles/test_lockfiles.cxx
index 8083c143f461..5f23240f387c 100644
--- a/svl/qa/unit/lockfiles/test_lockfiles.cxx
+++ b/svl/qa/unit/lockfiles/test_lockfiles.cxx
@@ -88,7 +88,7 @@ OUString readLockFile(const OUString& aSource)
OUString GetLockFileName(const svt::GenDocumentLockFile& rLockFile)
{
- INetURLObject aDocURL = rLockFile.ResolveLinks(INetURLObject(rLockFile.GetURL()));
+ INetURLObject aDocURL = svt::LockFileCommon::ResolveLinks(INetURLObject(rLockFile.GetURL()));
return aDocURL.GetName();
}