Kaydet (Commit) f5a86c39 authored tarafından Noel Grandin's avatar Noel Grandin

-Werror,-Wunused-variable

Change-Id: I0587ab4ca354756fcda4a4959ccc2738739d49e2
üst 7b8e8e5d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment