summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xforms
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-30 15:57:24 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-30 15:58:23 +0100
commit6bf05adf3f46ca74ccda0d3c82399ab63343c35d (patch)
tree2bf8babc661717640c7e978e7577ab2be8fddcd4 /offapi/com/sun/star/xforms
parent1d6713a72631cf38267cc0a154a6c25244f26ab5 (diff)
un-deprecate com::sun::star::xml::NamespaceContainer
as it is apparently used, though i don't know if those properties are intentinally undocumented implementation details or accidentally undocumented due to lack of time. Change-Id: I0b5c564a8d49fb28aca3a6c1e15816f37ed20519
Diffstat (limited to 'offapi/com/sun/star/xforms')
-rw-r--r--offapi/com/sun/star/xforms/Binding.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/offapi/com/sun/star/xforms/Binding.idl b/offapi/com/sun/star/xforms/Binding.idl
index ccb52762e7b9..8f2df2cab0a7 100644
--- a/offapi/com/sun/star/xforms/Binding.idl
+++ b/offapi/com/sun/star/xforms/Binding.idl
@@ -23,6 +23,7 @@
#include <com/sun/star/form/binding/ValueBinding.idl>
#include <com/sun/star/form/binding/ListEntrySource.idl>
#include <com/sun/star/form/validation/XValidator.idl>
+#include <com/sun/star/xml/NamespaceContainer.idl>
module com { module sun { module star { module xforms {
@@ -61,6 +62,18 @@ service Binding
@see com::sun::star::form::binding::ValidatableControlModel
*/
interface com::sun::star::form::validation::XValidator;
+
+ /** among other properties, there is this one
+
+ <p>It is unclear to me whether this is an implementation detail
+ or a supported interface.</p>
+ <p>The value supports the service
+ com::sun::star::xml::NamespaceContainer</p>
+
+ @see com::sun::star::xml::NamespaceContainer
+ */
+ [optional, property] com::sun::star::container::XNameContainer
+ BindingNamespaces;
};