summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_general.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_general.cxx')
-rw-r--r--mysqlc/source/mysqlc_general.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysqlc/source/mysqlc_general.cxx b/mysqlc/source/mysqlc_general.cxx
index 4cf7e9842345..185087875fad 100644
--- a/mysqlc/source/mysqlc_general.cxx
+++ b/mysqlc/source/mysqlc_general.cxx
@@ -45,7 +45,6 @@ void throwFeatureNotImplementedException( const sal_Char* _pAsciiFeatureName, co
);
}
-
void throwInvalidArgumentException( const sal_Char* _pAsciiFeatureName, const Reference< XInterface >& _rxContext, const Any* _pNextException )
throw (SQLException)
{
@@ -70,7 +69,6 @@ void translateAndThrow(const ::sql::SQLException& _error, const ::com::sun::star
);
}
-
OUString getStringFromAny(const Any& _rAny)
{
OUString nReturn;
@@ -78,7 +76,6 @@ OUString getStringFromAny(const Any& _rAny)
return nReturn;
}
-
int mysqlToOOOType(int cppConnType)
throw ()
{
@@ -150,7 +147,6 @@ int mysqlToOOOType(int cppConnType)
return com::sun::star::sdbc::DataType::VARCHAR;
}
-
OUString convert(const ::std::string& _string, const rtl_TextEncoding encoding)
{
return OUString( _string.c_str(), _string.size(), encoding );