summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/commentsfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/commentsfragment.cxx')
-rw-r--r--sc/source/filter/oox/commentsfragment.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/oox/commentsfragment.cxx b/sc/source/filter/oox/commentsfragment.cxx
index 09d65f5467dd..febdb14aea0a 100644
--- a/sc/source/filter/oox/commentsfragment.cxx
+++ b/sc/source/filter/oox/commentsfragment.cxx
@@ -24,12 +24,12 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::oox::core;
-// ============================================================================
+
CommentsFragment::CommentsFragment( const WorksheetHelper& rHelper, const OUString& rFragmentPath ) :
WorksheetFragmentBase( rHelper, rFragmentPath )
@@ -143,7 +143,7 @@ void CommentsFragment::importComment( SequenceInputStream& rStrm )
mxComment->importComment( rStrm );
}
-// ============================================================================
+
} // namespace xls
} // namespace oox