From d61a27f278e8442d54d52115981b5235f230ac80 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 27 Dec 2013 13:49:52 +0000 Subject: use SfxSingleTabDialogBase here now Change-Id: Ibd5d82f93fb94db3e8d53acc9df05f2459807bb4 --- sw/source/ui/config/optload.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 3eef208c370a..93003853677a 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -746,7 +746,7 @@ IMPL_LINK_NOARG(SwCaptionOptPage, ModifyHdl) { OUString sFldTypeName = m_pCategoryBox->GetText(); - SfxNoLayoutSingleTabDialog *pDlg = dynamic_cast(GetParentDialog()); + SfxSingleTabDialogBase *pDlg = dynamic_cast(GetParentDialog()); PushButton *pBtn = pDlg ? pDlg->GetOKButton() : NULL; if (pBtn) pBtn->Enable(!sFldTypeName.isEmpty()); -- cgit v1.2.3