summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/externallinkfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/externallinkfragment.cxx')
-rw-r--r--sc/source/filter/oox/externallinkfragment.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/oox/externallinkfragment.cxx b/sc/source/filter/oox/externallinkfragment.cxx
index 348b50751407..605a54e4edd9 100644
--- a/sc/source/filter/oox/externallinkfragment.cxx
+++ b/sc/source/filter/oox/externallinkfragment.cxx
@@ -29,7 +29,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::sheet;
using namespace ::com::sun::star::table;
@@ -37,8 +37,8 @@ using namespace ::com::sun::star::uno;
using namespace ::oox::core;
-// ============================================================================
-// ============================================================================
+
+
ExternalSheetDataContext::ExternalSheetDataContext(
WorkbookFragmentBase& rFragment, const Reference< XExternalSheetCache >& rxSheetCache ) :
@@ -159,7 +159,7 @@ void ExternalSheetDataContext::setCellValue( const Any& rValue )
}
}
-// ============================================================================
+
ExternalLinkFragment::ExternalLinkFragment( const WorkbookHelper& rHelper,
const OUString& rFragmentPath, ExternalLink& rExtLink ) :
@@ -336,7 +336,7 @@ const RecordInfo* ExternalLinkFragment::getRecordInfos() const
return spRecInfos;
}
-// ============================================================================
+
} // namespace xls
} // namespace oox