From 79af094f8a31d4f47fe3b2675035055523cb54ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 4 Apr 2013 11:55:47 +0100 Subject: convert about dialog to .ui format Change-Id: I7a4636c212e19702b94f5c42491c9785f1eccc00 --- 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 a8c280d07c86..52bb6df63317 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -1010,7 +1010,7 @@ VclAbstractDialog* AbstractDialogFactory_Impl::CreateVclDialog( Window* pParent, { case RID_DEFAULTABOUT: { - pDlg = new AboutDialog( pParent, CUI_RES( (sal_uInt16) nResId ) ); + pDlg = new AboutDialog(pParent); break; } case SID_OPTIONS_TREEDIALOG : -- cgit v1.2.1