summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-09 15:44:59 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-11 12:14:24 -0400
commit0eabc71b59b97e51b8ee9630873dc8db3401f8f3 (patch)
tree7fef70b9262d91b306d91140081c9f6bf39a4a4f /include
parent2f39c27be2bd66f149e0a4efdd7fa37daee43fb1 (diff)
Import shared formulas from xlsx without crashing.
The key here is to only use the shared formula ID's and ignore the ref range. The ref ranges are not correct half the time. Change-Id: If65f9b1b44ab6239db37977b6dfe3f822a9cf67e
Diffstat (limited to 'include')
-rw-r--r--include/svl/sharedstring.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/sharedstring.hxx b/include/svl/sharedstring.hxx
index 183dc43de18c..a3650a5e22e7 100644
--- a/include/svl/sharedstring.hxx
+++ b/include/svl/sharedstring.hxx
@@ -41,6 +41,8 @@ public:
bool isValid() const;
bool isEmpty() const;
+
+ sal_Int32 getLength() const;
};
}