diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-10 09:29:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-10 09:29:37 +0200 |
commit | f5a86c394c872e59cc0c7c793a5270d661c16561 (patch) | |
tree | b31bc8eebf2775acb2ef680c5c9ef1ae7363d3eb /sc/source | |
parent | 7b8e8e5d809bf2e172a4af1654415055654e30c8 (diff) |
-Werror,-Wunused-variable
Change-Id: I0587ab4ca354756fcda4a4959ccc2738739d49e2
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/excel/xestream.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx index 1184cfeee468..2969a16e3e90 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); |