summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-21 01:19:19 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-21 01:19:19 +0200
commit67ff63988f3b8eef2cc2b5bdf917918b93c3f070 (patch)
treeff9507a6d8040326af013735fb6a574f5d8fd82e /sc/source/filter/inc/condformatbuffer.hxx
parentd4b94e9eb96f24411ac0dcebe92ac878a8fae91f (diff)
support to suppress values in data bar cells
Change-Id: Ia292edd73408eed19cd6bc824e9621992c33ac97
Diffstat (limited to 'sc/source/filter/inc/condformatbuffer.hxx')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index 09b9a83fd8b4..60f24d749a39 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -120,6 +120,7 @@ public:
DataBarRule( const CondFormat& rFormat );
void importCfvo( const AttributeList& rAttribs );
void importColor( const AttributeList& rAttribs );
+ void importAttribs( const AttributeList& rAttribs );
void SetData( ScDataBarFormat* pFormat, ScDocument* pDoc, const ScAddress& rAddr );