From e9054a0ec00c4281c8f908ffb9cbe7d9e199c35b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 20 Mar 2021 15:45:56 +0000 Subject: elide extracting vcl::Window from awt::XWindow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifb44471b996e20007ae49d09b212016ee77a4618 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112816 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- include/sfx2/request.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 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; -- cgit