summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppControllerGen.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/AppControllerGen.cxx')
-rw-r--r--dbaccess/source/ui/app/AppControllerGen.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/dbaccess/source/ui/app/AppControllerGen.cxx b/dbaccess/source/ui/app/AppControllerGen.cxx
index 4a115ddc8fee..af2dd35aea61 100644
--- a/dbaccess/source/ui/app/AppControllerGen.cxx
+++ b/dbaccess/source/ui/app/AppControllerGen.cxx
@@ -156,11 +156,6 @@ void OApplicationController::pasteFormat(SotClipboardFormatId _nFormatId)
}
}
-void OApplicationController::openDataSourceAdminDialog()
-{
- openDialog( "com.sun.star.sdb.DatasourceAdministrationDialog" );
-}
-
void OApplicationController::openDialog( const OUString& _sServiceName )
{
try
@@ -221,11 +216,6 @@ void OApplicationController::openDialog( const OUString& _sServiceName )
}
}
-void OApplicationController::openTableFilterDialog()
-{
- openDialog( "com.sun.star.sdb.TableFilterDialog" );
-}
-
void OApplicationController::refreshTables()
{
if ( getContainer() && getContainer()->getDetailView() )
@@ -248,11 +238,6 @@ void OApplicationController::refreshTables()
}
}
-void OApplicationController::openDirectSQLDialog()
-{
- openDialog( SERVICE_SDB_DIRECTSQLDIALOG );
-}
-
void SAL_CALL OApplicationController::propertyChange( const PropertyChangeEvent& evt ) throw (RuntimeException, std::exception)
{
SolarMutexGuard aSolarGuard;