summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/numberformatsbuffer.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-04-09 13:00:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-04-09 13:00:31 +0200
commitb42c792f50ed11a3efc9c20a4e7eed5163fdaed7 (patch)
treea1b162d2127002b0590bee841c905886842d29e4 /sc/source/filter/inc/numberformatsbuffer.hxx
parentb3e2cbc68f3501d3925f8789b1addc8ad4f8e9c0 (diff)
Remove some unused methods
Diffstat (limited to 'sc/source/filter/inc/numberformatsbuffer.hxx')
-rw-r--r--sc/source/filter/inc/numberformatsbuffer.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/inc/numberformatsbuffer.hxx b/sc/source/filter/inc/numberformatsbuffer.hxx
index 6df95867f8d4..ac9a63bf94b5 100644
--- a/sc/source/filter/inc/numberformatsbuffer.hxx
+++ b/sc/source/filter/inc/numberformatsbuffer.hxx
@@ -111,8 +111,6 @@ public:
NumberFormatRef importNumFmt( const AttributeList& rAttribs );
/** Inserts a new number format code from a NUMFMT record. */
void importNumFmt( SequenceInputStream& rStrm );
- /** Inserts a new number format code from a FORMAT record. */
- void importFormat( BiffInputStream& rStrm );
/** Final processing after import of all style settings. */
void finalizeImport();