Kaydet (Commit) 6bf05adf authored tarafından Michael Stahl's avatar Michael Stahl

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
üst 1d6713a7
......@@ -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;
};
......
......@@ -28,7 +28,7 @@ module com { module sun { module star { module xml {
<p>Each namespace is accessed with its prefix and the URL is stored as a string.
@deprecated This appears to be unused.
@see com::sun::star::xforms::Binding
*/
published service NamespaceContainer
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment