summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-10-04 16:57:18 +0200
committerJan Holesovsky <kendy@collabora.com>2013-10-04 20:27:30 +0200
commitad7b757a25d90e995606947ee639d5b620c267a2 (patch)
treede1a80f3bf6db7378f9853ba86f2d2b1047a96ed /sc
parent6489f97fc428446c53c17f885963776cdcc21490 (diff)
'ist' -> 'is' here and there.
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/formularesult.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formularesult.hxx b/sc/inc/formularesult.hxx
index 4f13524c9839..d1c235f5ed74 100644
--- a/sc/inc/formularesult.hxx
+++ b/sc/inc/formularesult.hxx
@@ -94,7 +94,7 @@ public:
/** Sets a direct double if token type is formula::svDouble, or mbEmpty if
formula::svEmptyCell, else token. If p is NULL, that is set as well, effectively
resulting in GetType()==svUnknown. If the already existing result is
- ScMatrixFormulaCellToken, the upper left ist set to token.
+ ScMatrixFormulaCellToken, the upper left is set to token.
ATTENTION! formula::FormulaToken had to be allocated using 'new' and if of type
formula::svDouble and no RefCount was set may not be used after this call