summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-13 00:26:37 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-13 12:34:23 +0200
commit5134d1acafd64b214f03078186d6c76be1f72c6d (patch)
tree5bd349df7e46dcd0dcc4b2d18fa7b89eb9a16f38 /sc
parent54869e337b8061471805cb3d3f59346dd6abf867 (diff)
this method is no longer used
Change-Id: I7d9b75e79e2741be4013e6fbf3ac70d11f754aa4
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx3
-rw-r--r--sc/source/filter/oox/condformatbuffer.cxx5
2 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index 8bb94f42394b..188a0aff8538 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -235,9 +235,6 @@ public:
/** Imports settings from the CONDFORMATTING record. */
CondFormatRef importCondFormatting( SequenceInputStream& rStrm );
- /** Creates all conditional formatting in the Calc document. */
- void finalizeImport();
-
/** Converts an OOXML condition operator token to the API constant. */
static sal_Int32 convertToApiOperator( sal_Int32 nToken );
diff --git a/sc/source/filter/oox/condformatbuffer.cxx b/sc/source/filter/oox/condformatbuffer.cxx
index 03d9ba17cf3b..702dffb6ef15 100644
--- a/sc/source/filter/oox/condformatbuffer.cxx
+++ b/sc/source/filter/oox/condformatbuffer.cxx
@@ -946,11 +946,6 @@ CondFormatRef CondFormatBuffer::importCondFormatting( SequenceInputStream& rStrm
return xCondFmt;
}
-void CondFormatBuffer::finalizeImport()
-{
- maCondFormats.forEachMem( &CondFormat::finalizeImport );
-}
-
sal_Int32 CondFormatBuffer::convertToApiOperator( sal_Int32 nToken )
{
switch( nToken )