From 6bf05adf3f46ca74ccda0d3c82399ab63343c35d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 30 Nov 2012 15:57:24 +0100 Subject: 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 --- offapi/com/sun/star/xforms/Binding.idl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'offapi/com/sun/star/xforms') 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 #include #include +#include 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 + +

It is unclear to me whether this is an implementation detail + or a supported interface.

+

The value supports the service + com::sun::star::xml::NamespaceContainer

+ + @see com::sun::star::xml::NamespaceContainer + */ + [optional, property] com::sun::star::container::XNameContainer + BindingNamespaces; }; -- cgit v1.2.3