summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-06 15:25:31 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-07 21:07:48 +0200
commitaaa0ead88ce9bc8a94dbe3db82465cc5599c7dc9 (patch)
tree0dc39ba9cb18a9a65db62b1311d795a29a75c4a0 /sc/source/core/data/conditio.cxx
parent761959e7af3ea0b7b80f33f511feec212b9dc7d0 (diff)
Umgekehrte Polnische Notation is German for Reverse Polish Notation
Change-Id: I80480f963b643596ff1c0e93af3eaa6ffc63c9dd
Diffstat (limited to 'sc/source/core/data/conditio.cxx')
-rw-r--r--sc/source/core/data/conditio.cxx2
1 files changed, 1 insertions, 1 deletions
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 )
{