summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/dbtoolsclient.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/svx/source/form/dbtoolsclient.cxx b/svx/source/form/dbtoolsclient.cxx
index d19635bb79aa..c01974ab966b 100644
--- a/svx/source/form/dbtoolsclient.cxx
+++ b/svx/source/form/dbtoolsclient.cxx
@@ -219,7 +219,6 @@ namespace svxform
return xReturn;
}
-
void OStaticDataAccessTools::TransferFormComponentProperties(const Reference< XPropertySet>& _rxOld,
const Reference< XPropertySet>& _rxNew, const Locale& _rLocale) const
{
@@ -227,25 +226,6 @@ namespace svxform
m_xDataAccessTools->TransferFormComponentProperties(_rxOld, _rxNew, _rLocale);
}
-
- OUString OStaticDataAccessTools::quoteName(const OUString& _rQuote, const OUString& _rName) const
- {
- OUString sReturn;
- if ( ensureLoaded() )
- sReturn = m_xDataAccessTools->quoteName(_rQuote, _rName);
- return sReturn;
- }
-
-
- OUString OStaticDataAccessTools::composeTableNameForSelect( const Reference< XConnection >& _rxConnection, const Reference< XPropertySet>& _xTable ) const
- {
- OUString sReturn;
- if ( ensureLoaded() )
- sReturn = m_xDataAccessTools->composeTableNameForSelect( _rxConnection, _xTable );
- return sReturn;
- }
-
-
Reference< XDataSource > OStaticDataAccessTools::getDataSource( const OUString& _rsRegisteredName, const Reference< XComponentContext>& _rxContext ) const
{
Reference< XDataSource > xReturn;
@@ -254,7 +234,6 @@ namespace svxform
return xReturn;
}
-
bool OStaticDataAccessTools::canInsert(const Reference< XPropertySet>& _rxCursorSet) const
{
bool bRet = false;
@@ -263,7 +242,6 @@ namespace svxform
return bRet;
}
-
bool OStaticDataAccessTools::canUpdate(const Reference< XPropertySet>& _rxCursorSet) const
{
bool bRet = false;