CWS-TOOLING: integrate CWS jl111
2009-01-13 13:36:03 +0100 jl r266218 : #i91642# do not localize the error message, just print out the changed text in plain English 2009-01-09 12:54:03 +0100 jl r266075 : Committing changes which have been originally made on cws jl105 but which were not integrated on the master, due to a failed integration procedured. Then only three files were integrated. The files committed fix i80449, i83134, i86079, i91204, i92869 2009-01-07 15:10:52 +0100 jl r265970 : CWS-TOOLING: rebase CWS jl111 to trunk@265758 (milestone: DEV300:m38) 2009-01-06 10:38:21 +0100 jl r265900 : #i93235# #i93946# migrating to svn
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: javainteractionhandler.cxx,v $
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.7.152.1 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
@@ -60,9 +60,16 @@ using namespace com::sun::star::task;
|
||||
namespace svt
|
||||
{
|
||||
|
||||
JavaInteractionHandler::JavaInteractionHandler()
|
||||
JavaInteractionHandler::JavaInteractionHandler():
|
||||
m_aRefCount(0),
|
||||
m_bShowErrorsOnce(false),
|
||||
m_bJavaDisabled_Handled(false),
|
||||
m_bInvalidSettings_Handled(false),
|
||||
m_bJavaNotFound_Handled(false),
|
||||
m_bVMCreationFailure_Handled(false),
|
||||
m_bRestartRequired_Handled(false),
|
||||
m_nResult_JavaDisabled(RET_NO)
|
||||
{
|
||||
JavaInteractionHandler(false);
|
||||
}
|
||||
|
||||
JavaInteractionHandler::JavaInteractionHandler(bool bReportErrorOnce) :
|
||||
|
Reference in New Issue
Block a user