summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/sharedstringsfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/sharedstringsfragment.cxx')
-rw-r--r--sc/source/filter/oox/sharedstringsfragment.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/oox/sharedstringsfragment.cxx b/sc/source/filter/oox/sharedstringsfragment.cxx
index 19fdf3c551c8..9d9b848ed84e 100644
--- a/sc/source/filter/oox/sharedstringsfragment.cxx
+++ b/sc/source/filter/oox/sharedstringsfragment.cxx
@@ -25,13 +25,9 @@
namespace oox {
namespace xls {
-
-
using namespace ::oox::core;
-
-
SharedStringsFragment::SharedStringsFragment(
const WorkbookHelper& rHelper, const OUString& rFragmentPath ) :
WorkbookFragmentBase( rHelper, rFragmentPath )
@@ -87,8 +83,6 @@ void SharedStringsFragment::finalizeImport()
getSharedStrings().finalizeImport();
}
-
-
} // namespace xls
} // namespace oox