Kaydet (Commit) d0ebd056 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt Kaydeden (comit) Stephan Bergmann

Add some missing documentation to idl files

Change-Id: Id5a3a6d4cc08f55cd7ff31614248ce203b2e4e8d
Reviewed-on: https://gerrit.libreoffice.org/29146Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 7c9150af
......@@ -24,11 +24,11 @@
module com { module sun { module star { module frame {
/** todo document me
/** Contains the information about a changed title.
*/
struct TitleChangedEvent : com::sun::star::lang::EventObject
{
/** todo document me
/** The new title
*/
string Title;
};
......
......@@ -25,15 +25,15 @@
module com { module sun { module star { module frame {
/** todo document me
/** Allows to register for title changed events.
*/
interface XTitleChangeBroadcaster : com::sun::star::uno::XInterface
{
/** todo document me
/** Add a listener
*/
void addTitleChangeListener ( [in] com::sun::star::frame::XTitleChangeListener xListener );
/** todo document me
/** Remove a listener
*/
void removeTitleChangeListener ( [in] com::sun::star::frame::XTitleChangeListener xListener );
};
......
......@@ -25,11 +25,11 @@
module com { module sun { module star { module frame {
/** todo document me
/** Allows to receive notifications when the frame title changes
*/
interface XTitleChangeListener : com::sun::star::lang::XEventListener
{
/** todo document me
/** The frame title has changed
*/
void titleChanged ( [in] TitleChangedEvent aEvent );
};
......
......@@ -103,7 +103,7 @@ module configuration {
};
/// TODO: what is this?
/// Common user interface elements
module cui {};
/// Clipboard and Drag&amp;Drop interfaces.
......@@ -338,7 +338,7 @@ module sdbcx {};
/// cryptographic interfaces.
module security {};
/// TODO: what is this?
/// Setup specific interfaces
module setup {};
/// Spreadsheet specific interfaces.
......
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