summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:21:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:21:43 +0000
commit6ca8f90d80f7dd28d21f7d64ec8058967941081a (patch)
treec1caeed95d633f137e51c1b5b0268aafb53e33ac /configmgr
parentb611aec48a9a6edc0513c3a6a18e1bee3a8002ce (diff)
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
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/cmdtools/setofficelang.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/cmdtools/setofficelang.cxx b/configmgr/source/cmdtools/setofficelang.cxx
index bed9613bba..fb52ca3a44 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)
{