[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Thu Aug 25 18:17:19 UTC 2016
sc/source/core/tool/interpr1.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b0e0f225482834c9555d32b37b5656ffd571e243
Author: Eike Rathke <erack at redhat.com>
Date: Thu Aug 25 20:11:56 2016 +0200
use PushTokenRef()
Change-Id: I626eeb2e996dc33915a045acfe6892e428c6db03
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 3d35f6c..d4e7354 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -7318,7 +7318,7 @@ void ScInterpreter::ScIndirect()
case svSingleRef:
case svDoubleRef:
case svError:
- PushTempToken( xTok.get());
+ PushTokenRef( xTok);
// success!
return;
default:
More information about the Libreoffice-commits
mailing list