From 5e4c27820176976771429ad21d7420902597ccb2 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 15 Aug 2015 01:22:34 +0200 Subject: add first vba compression test Change-Id: I9e3abebb0ac932b46f7fc96cd37d39023b783af2 --- include/oox/ole/vbaexport.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/oox/ole') diff --git a/include/oox/ole/vbaexport.hxx b/include/oox/ole/vbaexport.hxx index 146bb88b5149..3217e1b8b9b1 100644 --- a/include/oox/ole/vbaexport.hxx +++ b/include/oox/ole/vbaexport.hxx @@ -90,7 +90,7 @@ private: sal_uInt16 handleHeader(bool bCompressed); }; -class VBACompression +class OOX_DLLPUBLIC VBACompression { public: VBACompression(SvStream& rCompressedStream, -- cgit