[Libreoffice-commits] core.git: connectivity/source
Julien Nabet
serval2412 at yahoo.fr
Fri Apr 24 11:32:17 PDT 2015
connectivity/source/commontools/FValue.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf342f6c830904f9eda6f689534bbe04c5b4ca63
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Fri Apr 24 20:31:12 2015 +0200
Typo: UNSPUPPORTED->UNSUPPORTED
Change-Id: Id85b80f93f2db2beb175c6fd2900b9909da5860a
diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx
index cd3b9e2..ba02dbb 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;
}
More information about the Libreoffice-commits
mailing list