diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-09 10:26:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-09 19:43:10 +0100 |
commit | 2f15d4b4b1d016f555d6ce80a17eac8886ade144 (patch) | |
tree | a6a18ba5345a1b6589f01eb0c541ea55492835b1 /offapi/com/sun/star/ui | |
parent | 113392e332f5be4df8347f1550011b24fb38b783 (diff) |
Add missing @since tags in css.ui.dialogs.ExtendedFilePickerElementIds
...for entities added with 4e825d97a8423c9493c5f6f4ac0493b8799f86f6 "gpg4libre:
Encrypt with GPG checkbox in SaveAs file dialog, 1st stab" and
38774ce79b4b24628c3a73f387489bf2498363f1 "tdf#86739 Option to set image anchor
type in image insert dialog"
Change-Id: Ifa03d7fb143ea8fd4582431e780aa174e2b0f690
Reviewed-on: https://gerrit.libreoffice.org/49477
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl index b0f516e6efd5..f981d04306d0 100644 --- a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl +++ b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl @@ -49,9 +49,9 @@ published constants ExtendedFilePickerElementIds const short LISTBOX_TEMPLATE_LABEL = 208; const short LISTBOX_IMAGE_TEMPLATE_LABEL = 209; const short LISTBOX_FILTER_SELECTOR = 210; - const short CHECKBOX_GPGENCRYPTION = 211; - const short LISTBOX_IMAGE_ANCHOR = 212; - const short LISTBOX_IMAGE_ANCHOR_LABEL = 213; + /** @since LibreOffice 6.0 */ const short CHECKBOX_GPGENCRYPTION = 211; + /** @since LibreOffice 6.1 */ const short LISTBOX_IMAGE_ANCHOR = 212; + /** @since LibreOffice 6.1 */ const short LISTBOX_IMAGE_ANCHOR_LABEL = 213; }; |