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, 3 insertions, 3 deletions
diff --git a/sc/source/filter/oox/sharedstringsbuffer.cxx b/sc/source/filter/oox/sharedstringsbuffer.cxx
index cbe4f814c8b3..59951c3bc522 100644
--- a/sc/source/filter/oox/sharedstringsbuffer.cxx
+++ b/sc/source/filter/oox/sharedstringsbuffer.cxx
@@ -24,12 +24,12 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::text;
using namespace ::com::sun::star::uno;
-// ============================================================================
+
SharedStringsBuffer::SharedStringsBuffer( const WorkbookHelper& rHelper ) :
WorkbookHelper( rHelper )
@@ -53,7 +53,7 @@ RichStringRef SharedStringsBuffer::getString( sal_Int32 nStringId ) const
return maStrings.get( nStringId );
}
-// ============================================================================
+
} // namespace xls
} // namespace oox