dba34c: pulled and merged DEV300.m100
This commit is contained in:
@@ -800,7 +800,7 @@ namespace
|
||||
}
|
||||
Reference< XConnection> xConnection = static_cast<OQueryController&>(_pView->getController()).getConnection();
|
||||
if(!xConnection.is())
|
||||
return FALSE;
|
||||
return sal_False;
|
||||
try
|
||||
{
|
||||
const Reference< XDatabaseMetaData > xMetaData = xConnection->getMetaData();
|
||||
@@ -1025,7 +1025,7 @@ namespace
|
||||
aWorkStr += ::dbtools::quoteName(aQuote, aColumnName);
|
||||
}
|
||||
aWorkStr += ::rtl::OUString(' ');
|
||||
aWorkStr += String::CreateFromAscii( ";ASC;DESC" ).GetToken( (USHORT)eOrder );
|
||||
aWorkStr += String::CreateFromAscii( ";ASC;DESC" ).GetToken( (sal_uInt16)eOrder );
|
||||
aWorkStr += ::rtl::OUString(',');
|
||||
}
|
||||
}
|
||||
@@ -2544,7 +2544,7 @@ namespace
|
||||
//------------------------------------------------------------------------------
|
||||
String getParseErrorMessage( SqlParseError _eErrorCode )
|
||||
{
|
||||
USHORT nResId;
|
||||
sal_uInt16 nResId;
|
||||
switch(_eErrorCode)
|
||||
{
|
||||
case eIllegalJoin:
|
||||
|
Reference in New Issue
Block a user