summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/worksheethelper.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/worksheethelper.hxx
parentb930234aade453d8a162f609779756594532d02b (diff)
correctly import data bar information from Excel2010
Change-Id: I7545dfd849f2cc9924a6bb7f6d1ca9d97c3cf079
Diffstat (limited to 'sc/source/filter/inc/worksheethelper.hxx')
-rw-r--r--sc/source/filter/inc/worksheethelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/filter/inc/worksheethelper.hxx b/sc/source/filter/inc/worksheethelper.hxx
index 93d8089c6b89..3a2de854d422 100644
--- a/sc/source/filter/inc/worksheethelper.hxx
+++ b/sc/source/filter/inc/worksheethelper.hxx
@@ -68,6 +68,7 @@ class SheetViewSettings;
class VmlDrawing;
class WorksheetSettings;
+typedef ::std::map< rtl::OUString, void* > ExtLst;
// ============================================================================
// ============================================================================
@@ -249,6 +250,8 @@ public:
/** Returns the VML drawing page for this sheet (OOXML/BIFF12 only). */
VmlDrawing& getVmlDrawing() const;
+ ExtLst& getExtLst() const;
+
/** Sets a column or row page break described in the passed struct. */
void setPageBreak( const PageBreakModel& rModel, bool bRowBreak );
/** Inserts the hyperlink URL into the spreadsheet. */