summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-20 20:54:00 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-20 20:55:02 +0200
commit4f8af4aeacb34e3a99f49aeec66c3ada07d8a027 (patch)
tree73438068af10344952b5f6a032ccbeb551d78e0c /sc/source/filter/inc/condformatbuffer.hxx
parentb930234aade453d8a162f609779756594532d02b (diff)
correctly import data bar information from Excel2010
Change-Id: I7545dfd849f2cc9924a6bb7f6d1ca9d97c3cf079
Diffstat (limited to 'sc/source/filter/inc/condformatbuffer.hxx')
-rw-r--r--sc/source/filter/inc/condformatbuffer.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx
index de2c906166cc..09b9a83fd8b4 100644
--- a/sc/source/filter/inc/condformatbuffer.hxx
+++ b/sc/source/filter/inc/condformatbuffer.hxx
@@ -123,6 +123,8 @@ public:
void SetData( ScDataBarFormat* pFormat, ScDocument* pDoc, const ScAddress& rAddr );
+ ScDataBarFormatData* getDataBarFormatData() { return mpFormat; }
+
private:
const CondFormat& mrCondFormat;
ScDataBarFormatData* mpFormat;