summaryrefslogtreecommitdiff
path: root/oox/inc/oox/xls/excelvbaproject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/xls/excelvbaproject.hxx')
-rwxr-xr-xoox/inc/oox/xls/excelvbaproject.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/oox/inc/oox/xls/excelvbaproject.hxx b/oox/inc/oox/xls/excelvbaproject.hxx
index 121e6a1667cd..96dabd08b5d7 100755
--- a/oox/inc/oox/xls/excelvbaproject.hxx
+++ b/oox/inc/oox/xls/excelvbaproject.hxx
@@ -45,12 +45,9 @@ class OOX_DLLPUBLIC ExcelVbaProject : public ::oox::ole::VbaProject
{
public:
explicit ExcelVbaProject(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& rxGlobalFactory,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheetDocument >& rxDocument );
- /** Generates VBA modules for sheets that do not specify a codename. */
- void createMissingModules();
-
protected:
/** Adds dummy modules for sheets without imported code name. */
virtual void prepareImport();