loplugin:indentation (clang-cl)
Change-Id: I94689e4eed290b4505d2caba2d9802ef7fb6cffd Reviewed-on: https://gerrit.libreoffice.org/68378 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -88,7 +88,7 @@ void ODatabaseMetaDataResultSet::disposing()
|
||||
if(m_pRecordSet)
|
||||
m_pRecordSet->Close();
|
||||
m_aStatement = nullptr;
|
||||
m_xMetaData.clear();
|
||||
m_xMetaData.clear();
|
||||
}
|
||||
|
||||
Any SAL_CALL ODatabaseMetaDataResultSet::queryInterface( const Type & rType )
|
||||
|
@@ -118,7 +118,7 @@ Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( )
|
||||
|
||||
void OPreparedStatement::disposing()
|
||||
{
|
||||
m_xMetaData.clear();
|
||||
m_xMetaData.clear();
|
||||
if (m_pParameters)
|
||||
{
|
||||
m_pParameters->Release();
|
||||
|
@@ -120,8 +120,8 @@ void OResultSet::disposing()
|
||||
::osl::MutexGuard aGuard(m_aMutex);
|
||||
if(m_pRecordSet)
|
||||
m_pRecordSet->Close();
|
||||
m_xStatement.clear();
|
||||
m_xMetaData.clear();
|
||||
m_xStatement.clear();
|
||||
m_xMetaData.clear();
|
||||
}
|
||||
|
||||
Any SAL_CALL OResultSet::queryInterface( const Type & rType )
|
||||
|
@@ -1632,7 +1632,7 @@ static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSect
|
||||
static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section,
|
||||
const sal_Char* Entry, sal_uInt32 *pNoEntry)
|
||||
{
|
||||
static sal_uInt32 Sect = 0;
|
||||
static sal_uInt32 Sect = 0;
|
||||
sal_uInt32 i, n;
|
||||
sal_uInt32 Len;
|
||||
osl_TProfileSection* pSec = nullptr;
|
||||
|
@@ -130,7 +130,7 @@ static size_t work_dir_len;
|
||||
#else
|
||||
static int clz(unsigned int value)
|
||||
{
|
||||
int result = 32;
|
||||
int result = 32;
|
||||
|
||||
while(value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user