diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-18 15:51:38 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-08-30 13:16:49 +0200 |
commit | 4e825d97a8423c9493c5f6f4ac0493b8799f86f6 (patch) | |
tree | 7b66b3f0a70bba76afad7726999c10252764f112 /offapi | |
parent | 99fb14ef729f9b92edcdd4bd7940d48fff6a7307 (diff) |
gpg4libre: Encrypt with GPG checkbox in SaveAs file dialog, 1st stab
LibO's own file dialog only so far
Change-Id: Ic5f6c180afb5d4e0fc151ad57d769b99ad7fbdf3
Reviewed-on: https://gerrit.libreoffice.org/41292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl index f213b0344cd9..3464eb3872ae 100644 --- a/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl +++ b/offapi/com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.idl @@ -49,6 +49,7 @@ 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; }; |