summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2022-03-25 14:53:48 +0900
committerTomaž Vajngerl <quikee@gmail.com>2022-04-04 16:22:11 +0200
commitbd992ae1228b2f7e556f89f95949da0aeade5b91 (patch)
tree90d7cef750b87b41750919e04a547a4f52fd00e7 /sc/inc
parenta52b1610009096c171b7571b9c2e8c307cada90b (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.hxx1
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; }