Kaydet (Commit) 82e94dca authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Stephan Bergmann

fdo#46808, Add @since tags to new IDL interfaces

Change-Id: Ib351d92d071f6e93ec5eac93c0ab964cef7e7e2f
üst d33453d1
......@@ -27,7 +27,9 @@ module com { module sun { module star { module frame {
/**
This interface provides a merged single interface for the ModuleManager
service to implement
service to implement.
@since LibreOffice 3.7
*/
interface XModuleManager2
{
......
......@@ -24,7 +24,10 @@
module com { module sun { module star { module util {
/** Provides a unified interface for the NumberFormatter service to implement.
/**
Provides a unified interface for the NumberFormatter service to implement.
@since LibreOffice 3.7
*/
published interface XNumberFormatter2
{
......
......@@ -28,8 +28,7 @@
module com { module sun { module star { module io {
// DocMerge from xml: service com::sun::star::io::Pipe
/** the implementation of an output stream and an input stream.
/** The implementation of an output stream and an input stream.
<p>
All data written through the outputstream is buffered until it is
read again from the input stream. Often two different threads access
......@@ -37,13 +36,13 @@ module com { module sun { module star { module io {
<p> With the pipe-service, an outputstream can be converted into an
input stream at the cost of an additional buffer.
@since LibreOffice 3.7
*/
published interface XPipe
{
// DocMerge: empty anyway
interface com::sun::star::io::XOutputStream;
// DocMerge: empty anyway
interface com::sun::star::io::XInputStream;
};
......
......@@ -24,7 +24,9 @@
module com { module sun { module star { module reflection {
/**
@since LibreOffice 3.7
*/
singleton theCoreReflection : com::sun::star::reflection::XIdlReflection;
......
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