Kaydet (Commit) e1b645e6 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

Fix typo.

Change-Id: I1473facceb0b08289052282b93a6e1fb46f0ea14
üst 97a142d6
......@@ -71,7 +71,7 @@ sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive(sal_Int32 column)
// there remains some ambiguity if there is another mixed-case-named column
// of the same name. For safety always assume case insensitive.
(void) column;
return sal_False;
return sal_True;
}
OUString SAL_CALL OResultSetMetaData::getSchemaName(sal_Int32 column)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment