diff options
Diffstat (limited to 'include/oox/ole/vbaproject.hxx')
-rw-r--r-- | include/oox/ole/vbaproject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx index 0bfd244d04d6..0c996acfd999 100644 --- a/include/oox/ole/vbaproject.hxx +++ b/include/oox/ole/vbaproject.hxx @@ -152,7 +152,7 @@ protected: /** Called when the import process of the VBA project has been started. */ virtual void prepareImport(); /** Called when the import process of the VBA project is finished. */ - virtual void finalizeImport(); + void finalizeImport(); private: VbaProject( const VbaProject& ); |