summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:19:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:19:32 +0000
commit66913840f37d6347dfc851d1a24f6f46e324a7eb (patch)
treebb25233e9cbc5fe9ffd8a9c418f75423622d4438 /configmgr
parent164602687884e4ad05fdd6cca0d1f60f51dce193 (diff)
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
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/backend/importsvc.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/backend/importsvc.cxx b/configmgr/source/backend/importsvc.cxx
index a27fb690f7..76b82b6200 100644
--- a/configmgr/source/backend/importsvc.cxx
+++ b/configmgr/source/backend/importsvc.cxx
@@ -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())
{