summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableRowExchange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableRowExchange.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableRowExchange.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableRowExchange.cxx b/dbaccess/source/ui/tabledesign/TableRowExchange.cxx
index 810ae3283a83..3a14971d7dc3 100644
--- a/dbaccess/source/ui/tabledesign/TableRowExchange.cxx
+++ b/dbaccess/source/ui/tabledesign/TableRowExchange.cxx
@@ -30,7 +30,6 @@ namespace dbaui
: m_vTableRow(_rvTableRow)
{
}
- // -----------------------------------------------------------------------------
sal_Bool OTableRowExchange::WriteObject( SotStorageStreamRef& rxOStm, void* pUserObject, sal_uInt32 nUserObjectId, const ::com::sun::star::datatransfer::DataFlavor& /*rFlavor*/ )
{
if(nUserObjectId == SOT_FORMATSTR_ID_SBA_TABED)
@@ -48,13 +47,11 @@ namespace dbaui
}
return sal_False;
}
- // -----------------------------------------------------------------------------
void OTableRowExchange::AddSupportedFormats()
{
if ( !m_vTableRow.empty() )
AddFormat(SOT_FORMATSTR_ID_SBA_TABED);
}
- // -----------------------------------------------------------------------------
sal_Bool OTableRowExchange::GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor )
{
sal_uLong nFormat = SotExchange::GetFormat(rFlavor);
@@ -62,12 +59,10 @@ namespace dbaui
return SetObject(&m_vTableRow,SOT_FORMATSTR_ID_SBA_TABED,rFlavor);
return sal_False;
}
- // -----------------------------------------------------------------------------
void OTableRowExchange::ObjectReleased()
{
m_vTableRow.clear();
}
- // -----------------------------------------------------------------------------
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */