summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/workbookfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/workbookfragment.cxx')
-rw-r--r--sc/source/filter/oox/workbookfragment.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/oox/workbookfragment.cxx b/sc/source/filter/oox/workbookfragment.cxx
index 5342fde0401b..149ad06d9768 100644
--- a/sc/source/filter/oox/workbookfragment.cxx
+++ b/sc/source/filter/oox/workbookfragment.cxx
@@ -67,7 +67,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::table;
@@ -77,7 +77,7 @@ using namespace ::oox::core;
using ::oox::drawingml::ThemeFragmentHandler;
-// ============================================================================
+
namespace {
@@ -85,7 +85,7 @@ const double PROGRESS_LENGTH_GLOBALS = 0.1; /// 10% of progress bar
} // namespace
-// ============================================================================
+
WorkbookFragment::WorkbookFragment( const WorkbookHelper& rHelper, const OUString& rFragmentPath ) :
WorkbookFragmentBase( rHelper, rFragmentPath )