summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/numberformatsbuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/numberformatsbuffer.hxx')
-rw-r--r--sc/source/filter/inc/numberformatsbuffer.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/inc/numberformatsbuffer.hxx b/sc/source/filter/inc/numberformatsbuffer.hxx
index 52a68f02a9c6..2ed51e73372b 100644
--- a/sc/source/filter/inc/numberformatsbuffer.hxx
+++ b/sc/source/filter/inc/numberformatsbuffer.hxx
@@ -33,7 +33,7 @@ namespace oox { class PropertyMap; }
namespace oox {
namespace xls {
-// ============================================================================
+
struct NumFmtModel
{
@@ -44,7 +44,7 @@ struct NumFmtModel
explicit NumFmtModel();
};
-// ----------------------------------------------------------------------------
+
/** Contains all API number format attributes. */
struct ApiNumFmtData
@@ -54,7 +54,7 @@ struct ApiNumFmtData
explicit ApiNumFmtData();
};
-// ----------------------------------------------------------------------------
+
/** Contains all data for a number format code. */
class NumberFormat : public WorkbookHelper
@@ -88,7 +88,7 @@ private:
typedef ::boost::shared_ptr< NumberFormat > NumberFormatRef;
-// ============================================================================
+
class NumberFormatsBuffer : public WorkbookHelper
{
@@ -123,7 +123,7 @@ private:
sal_Int32 mnHighestId;
};
-// ============================================================================
+
} // namespace xls
} // namespace oox