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, 3 insertions, 3 deletions
diff --git a/sc/source/filter/oox/excelvbaproject.cxx b/sc/source/filter/oox/excelvbaproject.cxx
index 65d4532cc6d5..6d5c27f7b018 100644
--- a/sc/source/filter/oox/excelvbaproject.cxx
+++ b/sc/source/filter/oox/excelvbaproject.cxx
@@ -35,7 +35,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::document;
@@ -46,7 +46,7 @@ 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" ),
@@ -132,7 +132,7 @@ void ExcelVbaProject::prepareImport()
}
}
-// ============================================================================
+
} // namespace xls
} // namespace oox