summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-20 15:45:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-21 15:30:21 +0100
commite9054a0ec00c4281c8f908ffb9cbe7d9e199c35b (patch)
tree6d7aaf0ef7167b41ef964fb94fe8fd52f0a0be81 /include
parent8362c4b304cb7573df987a867683d17dc7b0fcf0 (diff)
elide extracting vcl::Window from awt::XWindow
Change-Id: Ifb44471b996e20007ae49d09b212016ee77a4618 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112816 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/request.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/request.hxx b/include/sfx2/request.hxx
index 90058a5b1f7f..e6411d2d3ec1 100644
--- a/include/sfx2/request.hxx
+++ b/include/sfx2/request.hxx
@@ -38,7 +38,6 @@ enum class SfxCallMode : sal_uInt16;
namespace com::sun::star::beans { struct PropertyValue; }
namespace com::sun::star::frame { class XDispatchRecorder; }
namespace com::sun::star::uno { template <class E> class Sequence; }
-namespace vcl { class Window; }
namespace weld { class Window; }
class SFX2_DLLPUBLIC SfxRequest final : public SfxHint
@@ -115,7 +114,6 @@ public:
/** Return the window that should be used as the parent for any dialogs this request creates
*/
- vcl::Window* GetFrameWindow() const;
weld::Window* GetFrameWeld() const;
private:
const SfxRequest& operator=(const SfxRequest &) = delete;