|
|
|
@ -7600,7 +7600,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
|
|
|
|
|
++ OSL_ENSURE(s_pTDEApplication == NULL, "TDEInit::Init: inconsistency in the application pointers!");
|
|
|
|
|
++
|
|
|
|
|
++ char *kabargs[1] = {(char*)"libkab1"};
|
|
|
|
|
++ KCmdLineArgs::init(1, kabargs, "KAddressBook", *kabargs, "Address Book driver", KAB_DRIVER_VERSION);
|
|
|
|
|
++ TDECmdLineArgs::init(1, kabargs, "KAddressBook", *kabargs, "Address Book driver", KAB_DRIVER_VERSION);
|
|
|
|
|
++
|
|
|
|
|
++ s_pTDEApplication = new TDEApplication(false, false);
|
|
|
|
|
++ }
|
|
|
|
@ -9038,15 +9038,15 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
|
|
|
|
|
++ ::std::cerr << "tdefilepicker, an implementation of TDE file dialog for OOo." << ::std::endl
|
|
|
|
|
++ << "Type 'exit' and press Enter to finish." << ::std::endl;
|
|
|
|
|
++
|
|
|
|
|
++ KCmdLineArgs::addCmdLineOptions( sOptions );
|
|
|
|
|
++ KCmdLineArgs::init( argc, argv, &qAboutData );
|
|
|
|
|
++ TDECmdLineArgs::addCmdLineOptions( sOptions );
|
|
|
|
|
++ TDECmdLineArgs::init( argc, argv, &qAboutData );
|
|
|
|
|
++
|
|
|
|
|
++ KLocale::setMainCatalogue( "kdialog" );
|
|
|
|
|
++
|
|
|
|
|
++ TDEApplication kApplication;
|
|
|
|
|
++
|
|
|
|
|
++ // Setup the modality
|
|
|
|
|
++ KCmdLineArgs *pArgs = KCmdLineArgs::parsedArgs();
|
|
|
|
|
++ TDECmdLineArgs *pArgs = TDECmdLineArgs::parsedArgs();
|
|
|
|
|
++ long nWinId = atol( pArgs->getOption( "winid" ) );
|
|
|
|
|
++ pArgs->clear();
|
|
|
|
|
++
|
|
|
|
@ -15314,7 +15314,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
|
|
|
|
|
++ for( int i = 0; i < m_nFakeCmdLineArgs; i++ )
|
|
|
|
|
++ m_pAppCmdLineArgs[i] = m_pFreeCmdLineArgs[i];
|
|
|
|
|
++
|
|
|
|
|
++ KCmdLineArgs::init( m_nFakeCmdLineArgs, m_pAppCmdLineArgs, kAboutData );
|
|
|
|
|
++ TDECmdLineArgs::init( m_nFakeCmdLineArgs, m_pAppCmdLineArgs, kAboutData );
|
|
|
|
|
++
|
|
|
|
|
++ TDEApplication::disableAutoDcopRegistration();
|
|
|
|
|
++ m_pApplication = new VCLTDEApplication();
|
|
|
|
|