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, 0 insertions, 6 deletions
diff --git a/sc/source/filter/oox/commentsfragment.cxx b/sc/source/filter/oox/commentsfragment.cxx
index febdb14aea0a..2a8fa5159863 100644
--- a/sc/source/filter/oox/commentsfragment.cxx
+++ b/sc/source/filter/oox/commentsfragment.cxx
@@ -24,13 +24,9 @@
namespace oox {
namespace xls {
-
-
using namespace ::oox::core;
-
-
CommentsFragment::CommentsFragment( const WorksheetHelper& rHelper, const OUString& rFragmentPath ) :
WorksheetFragmentBase( rHelper, rFragmentPath )
{
@@ -143,8 +139,6 @@ void CommentsFragment::importComment( SequenceInputStream& rStrm )
mxComment->importComment( rStrm );
}
-
-
} // namespace xls
} // namespace oox