Revert "loplugin:constantfunction: connectivity"

it seems to be causing unit-test and build failures

This reverts commit 5cbb51c009.

Change-Id: Idc6372f98200b23828aa19b22a75b6b2b640d1ab
This commit is contained in:
Noel Grandin
2015-03-23 10:50:14 +02:00
parent da63197222
commit 3e8a7ce7df
20 changed files with 321 additions and 85 deletions

View File

@@ -56,6 +56,7 @@ class DatabaseMetaData :
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > m_getTablePrivs_stmt;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > m_getColumnPrivs_stmt;
void checkClosed() throw (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
sal_Int32 getIntSetting(const OUString& settingName) throw (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
sal_Int32 getMaxIndexKeys() throw (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
sal_Int32 getMaxNameLength() throw (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);