summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:29:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:29:22 +0000
commitb215db5d72f9bceebf3bce47f0fab1a4da43e9cf (patch)
tree10b4b007d65e272b2fda5b214f9aada38d2f1c92 /configmgr
parent6128050b60985494b33eda8d0910825d81ecfd46 (diff)
INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED
2005/11/01 12:47:31 cd 1.15.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/tree/localizedtreeactions.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/tree/localizedtreeactions.cxx b/configmgr/source/tree/localizedtreeactions.cxx
index 8fc55145d4e8..f48d590af195 100644
--- a/configmgr/source/tree/localizedtreeactions.cxx
+++ b/configmgr/source/tree/localizedtreeactions.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: localizedtreeactions.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:17:18 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:29:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -147,7 +147,7 @@ namespace
maybeSelect(_aValue);
}
//--------------------------------------------------------------------------
- void OSelectForLocale::handle(ISubtree const& _aSubtree)
+ void OSelectForLocale::handle(ISubtree const& /*_aSubtree*/)
{
OSL_ENSURE(false, "INTERNAL ERROR: Inconsistent data: Found a Subtree in a set of localized values");
}