diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-08-15 01:22:34 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-10 02:12:37 +0200 |
commit | 5e4c27820176976771429ad21d7420902597ccb2 (patch) | |
tree | f1565e67d8aad4688ce33a3932e818935fe8311a /include/oox/ole | |
parent | eaab276fbb2939d6f315a9e491ff7925edfc6fd8 (diff) |
add first vba compression test
Change-Id: I9e3abebb0ac932b46f7fc96cd37d39023b783af2
Diffstat (limited to 'include/oox/ole')
-rw-r--r-- | include/oox/ole/vbaexport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |