From bd272cd3daf873fcc69c2cc794ffda821be7fedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 24 Jan 2013 13:18:00 +0000 Subject: rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialog Change-Id: I4922b719bf819879909e9949bf7946f20914d1e5 --- cui/source/factory/dlgfact.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/factory/dlgfact.cxx') diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 09005d39a502..4ada5e309250 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -1653,7 +1653,7 @@ SfxAbstractDialog* AbstractDialogFactory_Impl::CreateSfxDialog( Window* pParent, sal_uInt32 nResId ) { - SfxSingleTabDialog* pDlg=NULL; + SfxNoLayoutSingleTabDialog* pDlg=NULL; switch ( nResId ) { case RID_SVXPAGE_MEASURE : -- cgit v1.2.1