sc/source/filter/excel/xestream.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit f5a86c394c872e59cc0c7c793a5270d661c16561 Author: Noel Grandin <n...@peralex.com> Date: Thu Sep 10 09:29:37 2015 +0200 -Werror,-Wunused-variable Change-Id: I0587ab4ca354756fcda4a4959ccc2738739d49e2 diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx index 1184cfe..2969a16 100644 --- a/sc/source/filter/excel/xestream.cxx +++ b/sc/source/filter/excel/xestream.cxx @@ -1094,7 +1094,6 @@ bool XclExpXmlStream::exportDocument() VbaExport aExport(getModel()); if (aExport.containsVBAProject()) { - const OUString aVbaStreamLocation("/tmp/vba_out.bin"); SvMemoryStream aVbaStream(4096, 4096); tools::SvRef<SotStorage> pVBAStorage(new SotStorage(aVbaStream)); aExport.exportVBA(pVBAStorage); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits