diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-19 17:27:28 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-19 17:27:28 +0100 |
commit | 6615bf778310e0fb6792aea3e0825bb166dd3913 (patch) | |
tree | 3747c6af2fbc1072ef3037f71910593cbf047fbe /cui/source/factory/dlgfact.cxx | |
parent | db4ad0ad8d92a5dc57da9048d83c36e97a8a148a (diff) |
#i107450#: some problems with the dialog factory
Diffstat (limited to 'cui/source/factory/dlgfact.cxx')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 57d5b8122..0598da891 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -1955,4 +1955,3 @@ SvxAbstractInsRowColDlg* AbstractDialogFactory_Impl::CreateSvxInsRowColDlg( Wind { return new SvxInsRowColDlg( pParent, bCol, nHelpId ); } - |