diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-05 12:40:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-05 15:29:16 +0200 |
commit | 6c5aa32a3ca51f9feecf2ed59944080e766b9ac2 (patch) | |
tree | 87e8081be5696b7f08013e3b3d07d448ca46b517 /vcl/inc/salinst.hxx | |
parent | d9d6f805fdda16a1a51d50deaba8c3a08b606234 (diff) |
enable mapping direct from awt::XWindow and weld::Window
Change-Id: I33b1309a4b81bfd84449213099c4f3f781413e00
Reviewed-on: https://gerrit.libreoffice.org/52456
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r-- | vcl/inc/salinst.hxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx index 8b7a77f34543..49091b6f577c 100644 --- a/vcl/inc/salinst.hxx +++ b/vcl/inc/salinst.hxx @@ -34,12 +34,20 @@ #include <com/sun/star/ui/dialogs/XFilePicker2.hpp> #include <com/sun/star/ui/dialogs/XFolderPicker2.hpp> +namespace com { +namespace sun { +namespace star { +namespace awt { + class XWindow; +} +} } } namespace comphelper { class SolarMutex; } namespace vcl { class Window; } namespace weld { class Builder; class MessageDialog; class Widget; + class Window; } struct SystemParentData; struct SalPrinterQueueInfo; @@ -157,6 +165,7 @@ public: virtual weld::Builder* CreateBuilder(weld::Widget* pParent, const OUString& rUIRoot, const OUString& rUIFile); virtual weld::MessageDialog* CreateMessageDialog(weld::Widget* pParent, VclMessageType eMessageType, VclButtonsType eButtonType, const OUString& rPrimaryMessage); + virtual weld::Window* GetFrameWeld(const css::uno::Reference<css::awt::XWindow>& rWindow); // methods for XDisplayConnection |