From c52982e7410dc8457b0496ece681ff06f1d3596d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 25 Sep 2015 06:39:40 +0200 Subject: better OOXML VBA export Change-Id: If02aa26e974b0f16b45c5476234c6425fd128ae4 --- include/oox/core/filterbase.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 > -- cgit