summaryrefslogtreecommitdiff
path: root/include/basic
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-09-22 21:55:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-22 19:57:07 +0000
commite0e8d0fbcf018ac172865af5a3070f30b06d1df5 (patch)
tree9f8fa59ff9e36c7acdf1f3e14eb4852889d01fbc /include/basic
parent39293397dd4438f62d989a6bd390ac8396b6ca17 (diff)
fix windows build
by reverting part of commit commit 7419057e3ec4365748fa6456e207f40fd9e09c62 Author: Noel Grandin <noel@peralex.com> Date: Thu Sep 22 16:34:14 2016 +0200 loplugin:unusedmethods in chart2..svx Change-Id: I72515c9b5f3739f57d4b63a724a9fa32075b2612 Reviewed-on: https://gerrit.libreoffice.org/29197 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/sbxvar.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index 0ad716947eb4..60ab190a7a8a 100644
--- a/include/basic/sbxvar.hxx
+++ b/include/basic/sbxvar.hxx
@@ -119,6 +119,8 @@ public:
const SbxValues& GetValues_Impl() const { return aData; }
bool Put( const SbxValues& );
+ SbxValues * data() { return &aData; }
+
sal_Unicode GetChar() const;
sal_Int16 GetInteger() const;
sal_Int32 GetLong() const;