diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-04-24 20:31:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-04-24 20:31:12 +0200 |
commit | bf342f6c830904f9eda6f689534bbe04c5b4ca63 (patch) | |
tree | 80762cbba244e1e3a50bafb929390da7c568cb1a /connectivity | |
parent | 18a592a5bfc3c4592b7118cceae774fcc00ae94d (diff) |
Typo: UNSPUPPORTED->UNSUPPORTED
Change-Id: Id85b80f93f2db2beb175c6fd2900b9909da5860a
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/FValue.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx index cd3b9e241ed5..ba02dbbc6414 100644 --- a/connectivity/source/commontools/FValue.cxx +++ b/connectivity/source/commontools/FValue.cxx @@ -963,7 +963,7 @@ Any ORowSetValue::makeAny() const rValue <<= m_aValue.m_uInt64; break; default: - SAL_WARN( "connectivity.commontools","ORowSetValue::makeAny(): UNSPUPPORTED TYPE!"); + SAL_WARN( "connectivity.commontools","ORowSetValue::makeAny(): UNSUPPORTED TYPE!"); rValue = makeAny(); break; } |