summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableController.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-04 17:15:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-04 20:36:27 +0000
commit7e1eb03a39b776adf0f479e2801214b1e2d0f6cc (patch)
treebe0aa45b9c88a6c5eb9919dd13205a83bfc01329 /dbaccess/source/ui/tabledesign/TableController.cxx
parentcf726ae8514ce9ad8f8a88e2de06a67850543fef (diff)
callcatcher: remove some more recently discovered unused methods
Change-Id: Ib01e444b24ad9288970066a47f3fcf3dbee1fc49
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 226c7313b925..493527cd47a8 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -643,17 +643,6 @@ void SAL_CALL OTableController::disposing( const EventObject& _rSource ) throw(R
OTableController_BASE::disposing( _rSource );
}
-void OTableController::Save(const Reference< XObjectOutputStream>& _rxOut)
-{
- OStreamSection aSection(_rxOut.get());
-
-}
-
-void OTableController::Load(const Reference< XObjectInputStream>& _rxIn)
-{
- OStreamSection aSection(_rxIn.get());
-}
-
void OTableController::losingConnection( )
{
// let the base class do it's reconnect