summaryrefslogtreecommitdiffstats
path: root/forms/qa/org
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-03-21 15:30:43 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-11-27 12:55:08 +0000
commit0c696c1628a0271242f4a89d343c7e125f493726 (patch)
treeb68e2580828dd40a03cdb8e193d8bb4fcfdccbdc /forms/qa/org
parentsal_Bool to bool (diff)
downloadcore-0c696c1628a0271242f4a89d343c7e125f493726.tar.gz
core-0c696c1628a0271242f4a89d343c7e125f493726.zip
fs34b: #i117459# fixed the test - do not create multiple children of a document, this (rightfully) throws nowadays
Diffstat (limited to 'forms/qa/org')
-rw-r--r--forms/qa/org/openoffice/xforms/Instance.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/forms/qa/org/openoffice/xforms/Instance.java b/forms/qa/org/openoffice/xforms/Instance.java
index 8af514e0cffe..40bf14946095 100644
--- a/forms/qa/org/openoffice/xforms/Instance.java
+++ b/forms/qa/org/openoffice/xforms/Instance.java
@@ -34,23 +34,6 @@ public class Instance
/** creates a new element in the instance
*
- * The element will be inserted immediately below the root node of the instance.
- *
- * @param _elementName
- * the name of the to-be-created element
- * @param _initialNodeValue
- * the initial value to set at the node. Might be null, in this case no value is set.
- * @return
- * the node of the newly created element
- * @throws com.sun.star.xml.dom.DOMException
- */
- public XNode createElement( String _elementName, String _initialNodeValue ) throws DOMException
- {
- return createElement( m_domInstance, _elementName, _initialNodeValue );
- }
-
- /** creates a new element in the instance
- *
* The element will be inserted immediately below a given XNode.
*
* @param _parentElement