From a8c458cc4a731facb3f5b9988e31c74f9292ec5e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 11 Dec 2019 09:31:47 +0100 Subject: Fix typo Change-Id: Idbcf73ea3034b62e283537e052c17a9fb3988a8b Reviewed-on: https://gerrit.libreoffice.org/84918 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sc/qa/extras/scpdfexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa') diff --git a/sc/qa/extras/scpdfexport.cxx b/sc/qa/extras/scpdfexport.cxx index ef15a814e703..5629ee010b89 100644 --- a/sc/qa/extras/scpdfexport.cxx +++ b/sc/qa/extras/scpdfexport.cxx @@ -150,7 +150,7 @@ ScPDFExportTest::exportToPDF(const uno::Reference& xModel, const pTempFile->EnableKillingFile(); OUString sFileURL = pTempFile->GetURL(); // Note: under Windows path path should be with "/" delimiters instead of "\\" - // due to usage of INetURLObject() that converts "\\" to hexdecimal notation. + // due to usage of INetURLObject() that converts "\\" to hexadecimal notation. ::osl::FileBase::getFileURLFromSystemPath(sFileURL, sFileURL); // get XSpreadsheet -- cgit