From bcbe3fa6ff93e04d5c09a10d3f5942d4c2e5d362 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 22:21:43 +0000
Subject: [PATCH] INTEGRATION: CWS warnings01 (1.2.24); FILE MERGED 2005/10/25
10:38:46 cd 1.2.24.3: #i53898# Make code warning free for gcc and non-pro
build 2005/09/22 16:45:14 sb 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED
2005/09/06 12:27:39 cd 1.2.24.1: #i53898# Make code warning free
---
configmgr/source/cmdtools/setofficelang.cxx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/configmgr/source/cmdtools/setofficelang.cxx b/configmgr/source/cmdtools/setofficelang.cxx
index accef78ced13..8f86b8f2a567 100644
--- a/configmgr/source/cmdtools/setofficelang.cxx
+++ b/configmgr/source/cmdtools/setofficelang.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: setofficelang.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:37:48 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:21:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -329,11 +329,14 @@ static uno::Reference< uno::XInterface > createView(uno::Reference< lang::XMulti
return xView;
}
// --------------------------------------------------------------------------
+//#if OSL_DEBUG_LEVEL > 0
+#if 0 // currently not used in debug builds!
static uno::Reference< container::XHierarchicalNameAccess > createInfoView(uno::Reference< lang::XMultiServiceFactory > const & xProvider, OUString const & aNodepath)
{
uno::Reference< container::XHierarchicalNameAccess > xView( createView(xProvider,aNodepath, false), uno::UNO_QUERY_THROW );
return xView;
}
+#endif
// --------------------------------------------------------------------------
static uno::Reference< util::XChangesBatch > createUpdateView(uno::Reference< lang::XMultiServiceFactory > const & xProvider, OUString const & aNodepath)
{