[Libreoffice-commits] core.git: offapi/com
Stephan Bergmann
sbergman at redhat.com
Fri Feb 9 18:43:35 UTC 2018
offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2f15d4b4b1d016f555d6ce80a17eac8886ade144
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Feb 9 10:26:51 2018 +0100
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 at cib.de>
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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;
};
More information about the Libreoffice-commits
mailing list