From a736781e836f5a3b25c6166e2474beb3af7e1f29 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 14 Apr 2014 11:54:48 +0200 Subject: Remove dead function declaration Change-Id: If16e9bed79cc55896cb6c35367935848140da4df --- package/source/xstor/xstorage.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx index d2013f696ef6..62a81dd507c2 100644 --- a/package/source/xstor/xstorage.cxx +++ b/package/source/xstor/xstorage.cxx @@ -92,8 +92,6 @@ struct StorInternalData_Impl ~StorInternalData_Impl(); }; -OUString GetNewTempFileURL( const uno::Reference< uno::XComponentContext > xContext ); - // static void OStorage_Impl::completeStorageStreamCopy_Impl( const uno::Reference< io::XStream >& xSource, -- cgit