INTEGRATION: CWS warnings01 (1.6.78); FILE MERGED
2005/09/22 16:35:34 sb 1.6.78.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/06 12:27:38 cd 1.6.78.1: #i53898# Make code warning free
This commit is contained in:
parent
6c3f407d42
commit
8211eedf02
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: importsvc.cxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 03:29:27 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-19 23:19:32 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -171,11 +171,11 @@ sal_Bool CopyImportService::setImplementationProperty(OUString const & aName, un
|
|||
// -----------------------------------------------------------------------------
|
||||
|
||||
ImportService::ImportService(CreationArg _xContext, ServiceInfoHelper const & aSvcInfo )
|
||||
: m_aMutex()
|
||||
: m_bSendNotification(false)
|
||||
, m_aMutex()
|
||||
, m_xContext(_xContext)
|
||||
, m_xDestinationBackend()
|
||||
, m_aServiceInfo(aSvcInfo)
|
||||
, m_bSendNotification(false)
|
||||
{
|
||||
if (!m_xContext.is())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue