summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:17:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:17:08 +0000
commitb0d96d54f08d8dc094609645620a56567823e5a9 (patch)
tree022f1f18c38d53d810685e577305c71f173a3ca4 /configmgr
parentfd8a13643b45bf7ba50df98102b627c665120e9f (diff)
INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED
2005/11/01 12:47:09 cd 1.11.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/api2/updateimpl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/api2/updateimpl.cxx b/configmgr/source/api2/updateimpl.cxx
index 973fbf6e52..d13f7b4167 100644
--- a/configmgr/source/api2/updateimpl.cxx
+++ b/configmgr/source/api2/updateimpl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: updateimpl.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:22:31 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:17:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -736,6 +736,7 @@ Reference< uno::XInterface > implCreateElement(NodeTreeSetAccess& rNode )
Reference< uno::XInterface > implCreateElement(NodeTreeSetAccess& rNode, const Sequence< Any >& aArguments )
throw(Exception, RuntimeException)
{
+ { (void)aArguments; }
OSL_ENSURE(aArguments.getLength() == 0, "ConfigurationContainer: createInstance: Arguments not supported - ignoring ...");
return implCreateElement(rNode);
}