diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-04 11:55:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-04 20:59:45 +0100 |
commit | 79af094f8a31d4f47fe3b2675035055523cb54ab (patch) | |
tree | 2ef2f144bdb034daa3b9776b4a38a05fe0fc835a /cui/source/factory/dlgfact.cxx | |
parent | e910123eced2f303dcf4c58b5e79f1da3f02d29b (diff) |
convert about dialog to .ui format
Change-Id: I7a4636c212e19702b94f5c42491c9785f1eccc00
Diffstat (limited to 'cui/source/factory/dlgfact.cxx')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 : |