[Libreoffice-commits] core.git: sc/source
Noel Grandin
noel at peralex.com
Thu Sep 10 00:37:05 PDT 2015
sc/source/filter/excel/xestream.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f5a86c394c872e59cc0c7c793a5270d661c16561
Author: Noel Grandin <noel at 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);
More information about the Libreoffice-commits
mailing list