diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2022-03-25 14:53:48 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-04-04 16:22:11 +0200 |
commit | bd992ae1228b2f7e556f89f95949da0aeade5b91 (patch) | |
tree | 90d7cef750b87b41750919e04a547a4f52fd00e7 /sc/inc | |
parent | a52b1610009096c171b7571b9c2e8c307cada90b (diff) |
sc: sparkline import/export for ODF
Change-Id: I0d8293cdd35cc8c7afab98efac0a28a3613d122b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132505
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/SparklineGroup.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/SparklineGroup.hxx b/sc/inc/SparklineGroup.hxx index 051e45d9e95a..5a3bda62b6ab 100644 --- a/sc/inc/SparklineGroup.hxx +++ b/sc/inc/SparklineGroup.hxx @@ -26,6 +26,7 @@ private: public: SparklineAttributes& getAttributes() { return m_aAttributes; } + SparklineAttributes const& getAttributes() const { return m_aAttributes; } OUString getID() { return m_sUID; } |