summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-02-26 07:46:09 -0500
committerJan Holesovsky <kendy@collabora.com>2018-03-07 14:54:58 +0100
commita8f92371317d0056212063d473bb518cfbdbf874 (patch)
treec21b763424ec533e5e7d37b071ed577d312419b8 /unotools
parent54ac8cf00820ae17f25251f16989485f4271cbe7 (diff)
oox: unit-tests for custom package preservation
Change-Id: I69d0d7d6bdc8804d0e56be19cd86a699200fc85f Reviewed-on: https://gerrit.libreoffice.org/50895 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/ucbhelper/tempfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/tempfile.cxx b/unotools/source/ucbhelper/tempfile.cxx
index fa2cbf567436..36887580f070 100644
--- a/unotools/source/ucbhelper/tempfile.cxx
+++ b/unotools/source/ucbhelper/tempfile.cxx
@@ -398,7 +398,7 @@ OUString TempFile::GetFileName() const
return aTmp;
}
-OUString const & TempFile::GetURL()
+OUString const & TempFile::GetURL() const
{
assert(!aName.isEmpty() && "TempFile::GetURL failed: unit test is leaking temp files, add the ucpfile1 component!");
return aName;