summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/confuno.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:57:36 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 06:26:40 +0000
commit7de7eeff1c92427262a2400c69daf2c84cffe088 (patch)
tree91a9172ccb4b8a24470c00067ad72c1357c4e8f0 /sc/source/ui/unoobj/confuno.cxx
parent04724c97b385d22b9db73c9d078a88fbbe019760 (diff)
Fix typos
Change-Id: I532c635d2dd2ba58bb6dba6422cb50dfac32fcc5 Reviewed-on: https://gerrit.libreoffice.org/18970 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/source/ui/unoobj/confuno.cxx')
-rw-r--r--sc/source/ui/unoobj/confuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index 0ddaaa114f35..3c9277c1f3fa 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -162,7 +162,7 @@ void SAL_CALL ScDocumentConfiguration::setPropertyValue(
sal_Int16 n;
//TODO: css.sheet.XGlobalSheetSettings LinkUpdateMode property is
// documented to take values in the range 0--2 (always, never, on
- // demaned), but appears to be routinely set to 3 here,
+ // demand), but appears to be routinely set to 3 here,
// corresponding to ScLkUpdMode LM_UNKNOWN:
if (!(aValue >>= n) || n < 0 || n > 3) {
throw css::lang::IllegalArgumentException(