diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-10-23 14:42:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-10-23 15:27:48 +0200 |
commit | e41f21b4165e40e1564cc75928b4b085ce7072e1 (patch) | |
tree | 9129e335ff871966c2df7ae8d080048193e176e8 /offapi/com | |
parent | f62e1fb9caa7c0d200d074342efc62067dda3192 (diff) |
com.sun.star.xml.NamespaceContainer appears to be unused
Change-Id: I9d5de399e5adf37d42dac5421e5cd4c35bf96a6c
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/xml/NamespaceContainer.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/xml/NamespaceContainer.idl b/offapi/com/sun/star/xml/NamespaceContainer.idl index 73acb1cdbcab..6b9c2faeabbf 100644 --- a/offapi/com/sun/star/xml/NamespaceContainer.idl +++ b/offapi/com/sun/star/xml/NamespaceContainer.idl @@ -27,6 +27,8 @@ module com { module sun { module star { module xml { /** This service describes a container for XML namespaces. <p>Each namespace is accessed with its prefix and the URL is stored as a string. + + @deprecated This appears to be unused. */ published service NamespaceContainer { |