summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:20:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:20:31 +0000
commit61a682c184bbd042c6f52465867b4f08c1ba55fa (patch)
treebf8617b84eb713fff39b672697385a896e279674 /configmgr
parentc128f9ad367b2948da3af0bbb95baac055117bf9 (diff)
INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED
2006/05/23 22:59:04 sb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/01 12:47:14 cd 1.9.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/backend/updatedata.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/backend/updatedata.cxx b/configmgr/source/backend/updatedata.cxx
index 5a49f148fd..17c52b6a72 100644
--- a/configmgr/source/backend/updatedata.cxx
+++ b/configmgr/source/backend/updatedata.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: updatedata.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-04-19 14:00:38 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:20:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -469,6 +469,7 @@ PropertyReset::PropertyReset(NodeUpdate * _pParent, OUString const & _aName)
void PropertyReset::writeToLayer(backenduno::XLayerHandler * _pLayer)
{
+ (void) _pLayer; // avoid warning about unused parameter
OSL_ASSERT(_pLayer);
// skip - nothing to write
}