diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-25 06:39:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-25 06:43:05 +0200 |
commit | c52982e7410dc8457b0496ece681ff06f1d3596d (patch) | |
tree | 14391d21aff0684c9cb3763c29ec415c712a4863 /include | |
parent | 14c521c879514006af72193c7f6546d954626f73 (diff) |
better OOXML VBA export
Change-Id: If02aa26e974b0f16b45c5476234c6425fd128ae4
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/core/filterbase.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx index 605679264a7e..f34e0ba104bd 100644 --- a/include/oox/core/filterbase.hxx +++ b/include/oox/core/filterbase.hxx @@ -245,6 +245,7 @@ public: virtual void SAL_CALL cancel() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; + bool exportVBA() const; protected: virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > |