sc/source/core/tool/scmatrix.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 83fe7260ec369f0ba68437f8c3b1c8ec6092ae54 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Dec 27 21:30:03 2014 +0100 iterator::operator*() should return a reference Change-Id: Id09f555c5ece9e5cb60a2ae7bc2456d4343744f5 diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx index 7901dfe..bf2f163 100644 --- a/sc/source/core/tool/scmatrix.cxx +++ b/sc/source/core/tool/scmatrix.cxx @@ -1950,7 +1950,7 @@ public: return *this; } - value_type operator*() const + value_type& operator*() const { val = calcVal(); return val; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits