summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:15:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:15:49 +0000
commitd7910a454f77a2dcdf64203bd308fb3061619f18 (patch)
tree43270d0beab2489849898c76ffbecf294291ed1c /configmgr
parent77358c5ec1fe1721d6d39d3971cac29cc3bdd972 (diff)
INTEGRATION: CWS warnings01 (1.13.4); FILE MERGED
2005/11/01 12:47:07 cd 1.13.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/api2/elementimpl.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/configmgr/source/api2/elementimpl.cxx b/configmgr/source/api2/elementimpl.cxx
index 8dc22f81f765..a8e2af288c67 100644
--- a/configmgr/source/api2/elementimpl.cxx
+++ b/configmgr/source/api2/elementimpl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: elementimpl.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:13:14 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:15:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -150,7 +150,7 @@ Reference< uno::XInterface > implGetParent(NodeAccess& rNode, InnerElement&) thr
//-----------------------------------------------------------------------------------
-Reference< uno::XInterface > implGetParent(NodeAccess& rNode, SetElement& rElement) throw(RuntimeException)
+Reference< uno::XInterface > implGetParent(NodeAccess& rNode, SetElement& /*rElement*/) throw(RuntimeException)
{
Reference<uno::XInterface> xRet;
@@ -194,7 +194,7 @@ Reference< uno::XInterface > implGetParent(NodeAccess& rNode, SetElement& rEleme
//-----------------------------------------------------------------------------------
// UNSUPPORTED method
-void implSetParent(NodeAccess& rNode, InnerElement& rElement, const Reference< uno::XInterface >& xParent )
+void implSetParent(NodeAccess& rNode, InnerElement& /*rElement*/, const Reference< uno::XInterface >& /*xParent*/ )
throw(NoSupportException, RuntimeException)
{
rNode.checkAlive(); // Does locking internally, checks for disposed nodes
@@ -330,7 +330,7 @@ OUString implGetName(NodeAccess& rNode, NodeElement& ) throw(RuntimeException)
//-----------------------------------------------------------------------------
// UNSUPPORTED method
-void implSetName(NodeAccess & rNode, NodeElement& rElement, const OUString& aName ) throw(RuntimeException)
+void implSetName(NodeAccess & rNode, NodeElement& /*rElement*/, const OUString& /*aName*/ ) throw(RuntimeException)
{
typedef RuntimeException CantRenameException;
@@ -463,7 +463,7 @@ lang::Locale implGetLocale( RootElement& rElement ) throw(uno::RuntimeException)
}
//-----------------------------------------------------------------------------
-void implSetLocale( RootElement& rElement, const css::lang::Locale& eLocale ) throw(uno::RuntimeException)
+void implSetLocale( RootElement& rElement, const css::lang::Locale& /*eLocale*/ ) throw(uno::RuntimeException)
{
// TODO: Implement if possible
rElement.checkAlive();