summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/numberformatsbuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/numberformatsbuffer.cxx')
-rw-r--r--sc/source/filter/oox/numberformatsbuffer.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/oox/numberformatsbuffer.cxx b/sc/source/filter/oox/numberformatsbuffer.cxx
index 8ec1cf59590b..a72a43645fba 100644
--- a/sc/source/filter/oox/numberformatsbuffer.cxx
+++ b/sc/source/filter/oox/numberformatsbuffer.cxx
@@ -43,7 +43,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
@@ -51,7 +51,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
-// ============================================================================
+
namespace {
@@ -1795,7 +1795,7 @@ static const BuiltinFormatTable spBuiltinFormatTables[] =
} // namespace
-// ============================================================================
+
NumFmtModel::NumFmtModel() :
mnPredefId( -1 )
@@ -1949,7 +1949,7 @@ void NumberFormat::writeToPropertyMap( PropertyMap& rPropMap ) const
rPropMap[ PROP_NumberFormat ] <<= maApiData.mnIndex;
}
-// ============================================================================
+
NumberFormatsBuffer::NumberFormatsBuffer( const WorkbookHelper& rHelper )
: WorkbookHelper(rHelper)
@@ -2077,7 +2077,7 @@ void NumberFormatsBuffer::insertBuiltinFormats()
}
}
-// ============================================================================
+
} // namespace xls
} // namespace oox