From ebf5e613a5bea74d6e9801224ab5c29a64b9b11c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 23 Jan 2014 14:21:11 +0000 Subject: SfxNoLayoutSingleTabDialog not needed anymore all single tab dialogs are .ui enabled now. So now we can remove SfxNoLayoutSingleTabDialog and merge SfxSingleTabDialog and ~SfxNoLayoutSingleTabDialogBase together Change-Id: If0acc792d85b7d399572257d7e9b0e12993ba3fe --- dbaccess/source/ui/dlg/TablesSingleDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/dlg/TablesSingleDlg.cxx b/dbaccess/source/ui/dlg/TablesSingleDlg.cxx index a57b7538f7dd..33051d3870cb 100644 --- a/dbaccess/source/ui/dlg/TablesSingleDlg.cxx +++ b/dbaccess/source/ui/dlg/TablesSingleDlg.cxx @@ -56,7 +56,7 @@ OTableSubscriptionDialog::OTableSubscriptionDialog(Window* pParent OTableSubscriptionPage* pTabPage = new OTableSubscriptionPage(get_content_area(), *m_pOutSet, this); pTabPage->SetServiceFactory(_rxORB); - setTabPage(pTabPage); + SetTabPage(pTabPage); } OTableSubscriptionDialog::~OTableSubscriptionDialog() -- cgit