diff options
Diffstat (limited to 'svl/source/misc/documentlockfile.cxx')
-rw-r--r-- | svl/source/misc/documentlockfile.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svl/source/misc/documentlockfile.cxx b/svl/source/misc/documentlockfile.cxx index 119ebcdd6a1c..cebc89b26b1c 100644 --- a/svl/source/misc/documentlockfile.cxx +++ b/svl/source/misc/documentlockfile.cxx @@ -37,7 +37,6 @@ #include <rtl/ustrbuf.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/componentcontext.hxx> #include <unotools/bootstrap.hxx> @@ -93,7 +92,7 @@ sal_Bool DocumentLockFile::CreateOwnLockFile() try { uno::Reference< io::XStream > xTempFile( - io::TempFile::create(comphelper::ComponentContext(m_xFactory).getUNOContext()), + io::TempFile::create(comphelper::getComponentContext(m_xFactory)), uno::UNO_QUERY_THROW ); uno::Reference< io::XSeekable > xSeekable( xTempFile, uno::UNO_QUERY_THROW ); |