include/basic/sbxvar.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e0e8d0fbcf018ac172865af5a3070f30b06d1df5
Author: Noel Grandin <noelgran...@gmail.com>
Date:   Thu Sep 22 21:55:58 2016 +0200

    fix windows build
    
    by reverting part of commit
        commit 7419057e3ec4365748fa6456e207f40fd9e09c62
        Author: Noel Grandin <n...@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.gran...@collabora.co.uk>
    Tested-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/basic/sbxvar.hxx b/include/basic/sbxvar.hxx
index 0ad7169..60ab190 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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to