summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-10-15 16:42:42 +0200
committerEike Rathke <erack@redhat.com>2016-10-15 16:49:57 +0200
commit2a45b26c619d1125419819d501a7653cf8d6e5ca (patch)
tree364c94f0b2f01be9ef71a8d6dd36970a77f4ef39 /sc/source/filter/inc
parentPivotTable: No reason to call GetSource here (diff)
downloadcore-2a45b26c619d1125419819d501a7653cf8d6e5ca.tar.gz
core-2a45b26c619d1125419819d501a7653cf8d6e5ca.zip
Resolves: tdf#98481 Google Sheets uses OOXML t="str" differently
Set string results only for known good generators, otherwise recalculate. See source code comment. Change-Id: Ib89ba70fd7c3c515439498882fef90ca7c6e278d
Diffstat (limited to 'sc/source/filter/inc')
-rw-r--r--sc/source/filter/inc/workbookhelper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/inc/workbookhelper.hxx b/sc/source/filter/inc/workbookhelper.hxx
index c3af3dd47ba5..13f0b1ce9711 100644
--- a/sc/source/filter/inc/workbookhelper.hxx
+++ b/sc/source/filter/inc/workbookhelper.hxx
@@ -122,6 +122,8 @@ public:
SegmentProgressBar& getProgressBar() const;
/** Returns the index of the current Calc sheet, if filter currently processes a sheet. */
sal_Int16 getCurrentSheetIndex() const;
+ /** Returns true when reading a file generated by a known good generator. */
+ bool isGeneratorKnownGood() const;
/** Sets the VBA project storage used to import VBA source code and forms. */
void setVbaProjectStorage( const StorageRef& rxVbaPrjStrg );