diff options
author | NickWingate <nick.wingate@collabora.com> | 2022-09-22 09:02:42 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-12-20 03:11:16 +0000 |
commit | 89f5912ad2eee786508414791653a017206a7c04 (patch) | |
tree | 72a2390a1d655e87a36d8982ff2b6e7031a2cb41 /offapi | |
parent | 34709aa3f4f166879004670e60ff3b37ad3eacd5 (diff) |
Async PDFExport dialog and parent methods
Filter dialogs are all called generically from
guisaveas.cxx in GUIStoreModel()
Signed-off-by: NickWingate <nick.wingate@collabora.com>
Change-Id: Idfbe85c09f84d4a7cf3f00b9704d5af94868a051
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140403
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144511
Tested-by: Jenkins
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/PDFDialog.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/com/sun/star/document/PDFDialog.idl b/offapi/com/sun/star/document/PDFDialog.idl index e92b57accd2d..007b30ebef22 100644 --- a/offapi/com/sun/star/document/PDFDialog.idl +++ b/offapi/com/sun/star/document/PDFDialog.idl @@ -36,6 +36,7 @@ service PDFDialog "officecfg/registry/schema/org/openoffice/Office/Common.xcs" */ + interface ::com::sun::star::ui::dialogs::XAsynchronousExecutableDialog; }; |