Missing @since tags
...after 8cc8ffdb04
"[API CHANGE] Add PopupRequest
- a callback to open a pop-up win. in calc"
Change-Id: I94be25141fdc415c8cc45c8a2f1be9ee69d23f2c
This commit is contained in:
@@ -24,7 +24,7 @@ module chart2
|
||||
module data
|
||||
{
|
||||
|
||||
/**
|
||||
/** @since LibreOffice 5.4
|
||||
*/
|
||||
service PopupRequest
|
||||
{
|
||||
|
@@ -89,6 +89,8 @@ interface XDataReceiver : ::com::sun::star::uno::XInterface
|
||||
XRangeHighlighter getRangeHighlighter();
|
||||
|
||||
/** A callback object to execute a foreign popup menu window.
|
||||
|
||||
@since LibreOffice 5.4
|
||||
*/
|
||||
XPopupRequest getPopupRequest();
|
||||
};
|
||||
|
Reference in New Issue
Block a user