summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-08 01:05:09 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-09 04:12:13 +0100
commitfa4b644b67c7547b94b1e1d2749cf6ccb6e718ab (patch)
tree0f932d0ae31240bebdb502f68749d9d0a85f849b
parentb710bef572cff000f61a9df6a691fec5d5af857e (diff)
remove unused methods in ScConditionalFormat
Change-Id: I36e57f8eac028e72fedd81a5fb05698ff1c57fe0
-rw-r--r--sc/inc/conditio.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index 89b451f05d08..afcfd0138d62 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -335,7 +335,6 @@ class SC_DLLPUBLIC ScConditionalFormat
typedef boost::ptr_vector<ScFormatEntry> CondFormatContainer;
CondFormatContainer maEntries;
- bool bIsUsed; // temporary at Save
ScRangeList maRanges; // Ranges for conditional format
public:
@@ -378,9 +377,6 @@ public:
sal_uInt32 GetKey() const { return nKey; }
void SetKey(sal_uInt32 nNew) { nKey = nNew; } // only if not inserted!
- void SetUsed(bool bSet) { bIsUsed = bSet; }
- bool IsUsed() const { return bIsUsed; }
-
bool MarkUsedExternalReferences() const;
#if DUMP_FORMAT_INFO