summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/sharedstringsbuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/sharedstringsbuffer.cxx')
-rw-r--r--sc/source/filter/oox/sharedstringsbuffer.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/oox/sharedstringsbuffer.cxx b/sc/source/filter/oox/sharedstringsbuffer.cxx
index 59951c3bc522..3d90c5a6208a 100644
--- a/sc/source/filter/oox/sharedstringsbuffer.cxx
+++ b/sc/source/filter/oox/sharedstringsbuffer.cxx
@@ -24,13 +24,9 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::text;
using namespace ::com::sun::star::uno;
-
-
SharedStringsBuffer::SharedStringsBuffer( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper )
{
@@ -53,8 +49,6 @@ RichStringRef SharedStringsBuffer::getString( sal_Int32 nStringId ) const
return maStrings.get( nStringId );
}
-
-
} // namespace xls
} // namespace oox