From aaa0ead88ce9bc8a94dbe3db82465cc5599c7dc9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 6 Nov 2013 15:25:31 +0200 Subject: Umgekehrte Polnische Notation is German for Reverse Polish Notation Change-Id: I80480f963b643596ff1c0e93af3eaa6ffc63c9dd --- sc/source/core/data/conditio.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/core/data/conditio.cxx') diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx index cd1d2dfef97a..1a9f8698f760 100644 --- a/sc/source/core/data/conditio.cxx +++ b/sc/source/core/data/conditio.cxx @@ -570,7 +570,7 @@ void ScConditionEntry::UpdateMoveTab( sc::RefUpdateMoveTabContext& rCxt ) static bool lcl_IsEqual( const ScTokenArray* pArr1, const ScTokenArray* pArr2 ) { - // verglichen wird nur das nicht-UPN Array + // verglichen wird nur das nicht-RPN Array if ( pArr1 && pArr2 ) { -- cgit v1.2.3