summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/excelvbaproject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/excelvbaproject.cxx')
-rw-r--r--sc/source/filter/oox/excelvbaproject.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/oox/excelvbaproject.cxx b/sc/source/filter/oox/excelvbaproject.cxx
index 6d5c27f7b018..67bed9f58d84 100644
--- a/sc/source/filter/oox/excelvbaproject.cxx
+++ b/sc/source/filter/oox/excelvbaproject.cxx
@@ -35,8 +35,6 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::document;
using namespace ::com::sun::star::frame;
@@ -46,8 +44,6 @@ using namespace ::com::sun::star::sheet;
using namespace ::com::sun::star::uno;
-
-
ExcelVbaProject::ExcelVbaProject( const Reference< XComponentContext >& rxContext, const Reference< XSpreadsheetDocument >& rxDocument ) :
::oox::ole::VbaProject( rxContext, Reference< XModel >( rxDocument, UNO_QUERY ), "Calc" ),
mxDocument( rxDocument )
@@ -132,8 +128,6 @@ void ExcelVbaProject::prepareImport()
}
}
-
-
} // namespace xls
} // namespace oox