sc/source/core/tool/scmatrix.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a8cd51780eaf362536284ee8bd388916a172690
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Thu Mar 24 01:37:02 2016 +0100

    werror: loplugin:staticcall
    
    Change-Id: Ifce20e96dc088b982307fc60ba185f5dddfc28cc
    Reviewed-on: https://gerrit.libreoffice.org/23481
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index 29905f3..90fea67 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -2470,7 +2470,7 @@ void ScMatrixImpl::MatConcat(SCSIZE nMaxCol, SCSIZE 
nMaxRow, const ScMatrixRef&
             {
                 pos = maMat.set(pos, CreateDoubleError(nErrors[nMaxCol * j + 
i]));
             }
-            pos = maMat.next_position(pos);
+            pos = MatrixImplType::next_position(pos);
         }
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to