diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-19 11:18:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-19 11:18:04 +0000 |
commit | 267526ba1e920e7efa519a9158b7a324c58a8cdb (patch) | |
tree | cc50a71f52f10bf185a7d6c4a2b7150589feace1 | |
parent | 9712803f4dc7f300b729625c9d9c4127d83e4d99 (diff) |
INTEGRATION: CWS formdesign01 (1.4.82); FILE MERGED
2004/03/01 15:00:26 fs 1.4.82.1: #i22878# FmTabOrderDialog moved out of SVX
-rw-r--r-- | svx/source/dialog/dlgfact.cxx | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/svx/source/dialog/dlgfact.cxx b/svx/source/dialog/dlgfact.cxx index 3c4f3d67de7b..69a53eca0246 100644 --- a/svx/source/dialog/dlgfact.cxx +++ b/svx/source/dialog/dlgfact.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgfact.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-02-06 11:36:47 $ + * last change: $Author: obo $ $Date: 2004-03-19 12:18:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,7 +102,6 @@ #include "bbdlg.hxx" //add for SvxBorderBackgroundDlg #include "cuisrchdlg.hxx" //add for SvxJSearchOptionsDialog #include "cuitbxform.hxx" //add for FmInputRecordNoDialog -#include "taborder.hxx" //add for FmTabOrderDlg #include "optdict.hxx" //add for SvxNewDictionaryDialog #include "dlgname.hxx" //add for SvxNameDialog & SvxMessDialog #include "multipat.hxx" //add for SvxMultiPathDialog @@ -1246,27 +1245,6 @@ AbstractFmInputRecordNoDialog * AbstractDialogFactory_Impl::CreateFmInputRecordN } //CHINA001 FmInputRecordNoDialog end -//CHINA001 FmTabOrderDlg begin -VclAbstractDialog* AbstractDialogFactory_Impl::CreateFmTabOrderDlg( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _xORB, - Window* pParent, FmFormShell* pShell, - const ResId& rResId ) //add for FmTabOrderDlg -{ - Dialog* pDlg=NULL; - switch ( rResId.GetId() ) - { - case RID_SVXDLG_TAB_ORDER : - pDlg = new FmTabOrderDlg( _xORB, pParent, pShell ); - break; - default: - break; - } - - if ( pDlg ) - return new VclAbstractDialog_Impl( pDlg ); - return 0; -} -//CHINA001 FmTabOrderDlg end - //CHINA001 SvxNewDictionaryDialog begin AbstractSvxNewDictionaryDialog * AbstractDialogFactory_Impl::CreateSvxNewDictionaryDialog( Window* pParent, ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSpellChecker1 > &xSpl, |