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, 0 insertions, 10 deletions
diff --git a/sc/source/filter/inc/numberformatsbuffer.hxx b/sc/source/filter/inc/numberformatsbuffer.hxx
index 2ed51e73372b..446b4320cca5 100644
--- a/sc/source/filter/inc/numberformatsbuffer.hxx
+++ b/sc/source/filter/inc/numberformatsbuffer.hxx
@@ -33,8 +33,6 @@ namespace oox { class PropertyMap; }
namespace oox {
namespace xls {
-
-
struct NumFmtModel
{
::com::sun::star::lang::Locale maLocale;
@@ -44,8 +42,6 @@ struct NumFmtModel
explicit NumFmtModel();
};
-
-
/** Contains all API number format attributes. */
struct ApiNumFmtData
{
@@ -54,8 +50,6 @@ struct ApiNumFmtData
explicit ApiNumFmtData();
};
-
-
/** Contains all data for a number format code. */
class NumberFormat : public WorkbookHelper
{
@@ -88,8 +82,6 @@ private:
typedef ::boost::shared_ptr< NumberFormat > NumberFormatRef;
-
-
class NumberFormatsBuffer : public WorkbookHelper
{
public:
@@ -123,8 +115,6 @@ private:
sal_Int32 mnHighestId;
};
-
-
} // namespace xls
} // namespace oox