fdo#38835 strip out OUString globals
they are largely unnecessary these days, since our OUString infrastructure gained optimised handling for static char constants. Change-Id: I07f73484f82d0582252cb4324d4107c998432c37
This commit is contained in:
@@ -812,8 +812,7 @@ OUString SAL_CALL ODatabaseMetaData::getDriverVersion()
|
||||
throw(SQLException, RuntimeException, std::exception)
|
||||
{
|
||||
OSL_TRACE("ODatabaseMetaData::getDriverVersion");
|
||||
static const OUString sVersion( "0.9.2" );
|
||||
return sVersion;
|
||||
return OUString( "0.9.2" );
|
||||
}
|
||||
|
||||
OUString SAL_CALL ODatabaseMetaData::getDatabaseProductVersion()
|
||||
|
Reference in New Issue
Block a user