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:
Stephan Bergmann
2017-02-14 09:19:32 +01:00
parent a9124aceb9
commit afd2e71776
2 changed files with 3 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ module chart2
module data
{
/**
/** @since LibreOffice 5.4
*/
service PopupRequest
{

View File

@@ -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();
};