summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
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/source/filter/inc/condformatbuffer.hxx
parent54869e337b8061471805cb3d3f59346dd6abf867 (diff)
this method is no longer used
Change-Id: I7d9b75e79e2741be4013e6fbf3ac70d11f754aa4
Diffstat (limited to 'sc/source/filter/inc/condformatbuffer.hxx')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx3
1 files changed, 0 insertions, 3 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 );