diff options
author | Noel Power <noel.power@novell.com> | 2011-09-06 17:32:53 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-09-06 17:34:30 +0100 |
commit | c3db5332558d35adc8374836fd17025220e73180 (patch) | |
tree | 3e2ee38881a3f9bc820847f14ce4e5e72c39a701 /oox/inc | |
parent | fa9ff01fe4731a5d91da60ec3f5c2cafa7b3f382 (diff) |
make sure we can detect if vba code was imported
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/ole/vbaproject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/ole/vbaproject.hxx b/oox/inc/oox/ole/vbaproject.hxx index 91f399daa835..ca6c8adc92c7 100644 --- a/oox/inc/oox/ole/vbaproject.hxx +++ b/oox/inc/oox/ole/vbaproject.hxx @@ -131,7 +131,7 @@ public: const GraphicHelper& rGraphicHelper, bool bDefaultColorBgr = true ); - void importVbaProject( + bool importVbaProject( StorageBase& rVbaPrjStrg ); /** Registers a macro atatcher object. For details, see description of the |