summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:04:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 12:04:17 +0000
commitaa231d89c4192a1ba90173e702348c9cb283ab6b (patch)
tree48646f3bd5c33ff8c5aaa69f52118805834a2d98
parenta9c59cdb81ff2d733785cb5a3fc4d046ab376c90 (diff)
INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED
2006/03/15 07:55:46 fs 1.4.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:35 fs 1.4.68.1: #i57457# warning-free code
-rw-r--r--forms/source/xforms/model_ui.cxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/forms/source/xforms/model_ui.cxx b/forms/source/xforms/model_ui.cxx
index c8c78f46c052..1cf2c7b12284 100644
--- a/forms/source/xforms/model_ui.cxx
+++ b/forms/source/xforms/model_ui.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: model_ui.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:19:32 $
+ * last change: $Author: hr $ $Date: 2006-06-19 13:04:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -369,7 +369,7 @@ OUString Model::getNodeName( const XNode_t& xNode )
}
OUString Model::getBindingName( const XPropertySet_t& xBinding,
- sal_Bool bDetail )
+ sal_Bool /*bDetail*/ )
throw( RuntimeException )
{
OUString sID;
@@ -392,7 +392,7 @@ OUString Model::getBindingName( const XPropertySet_t& xBinding,
}
OUString Model::getSubmissionName( const XPropertySet_t& xSubmission,
- sal_Bool bDetail )
+ sal_Bool /*bDetail*/ )
throw( RuntimeException )
{
OUString sID;
@@ -830,9 +830,11 @@ OUString lcl_serializeForDisplay( const Reference<XNodeList>& xNodes )
sResult += lcl_serializeForDisplay( xAttr );
++nAttributeNodes;
}
- continue;
}
- break;
+ continue;
+
+ default:
+ break;
}
// append node