summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-08 10:34:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-09 10:07:13 +0200
commit200626e41f004b6b8588f89fa3707c71ae2b375c (patch)
treef81bf21c9442ea75d80d1ceb7f1cc3ad11ca71fa /include
parentce9f23c6196b17985d14e441aa93175b31650f34 (diff)
remove need for an intermediate vcl::Window
Change-Id: I59f24888e47ec17e46bf651d8530fc9468f16f62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113795 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/viewfrm.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx
index 4c62c51aff28..7692636fd24c 100644
--- a/include/sfx2/viewfrm.hxx
+++ b/include/sfx2/viewfrm.hxx
@@ -30,7 +30,10 @@
#include <svl/poolitem.hxx>
#include <vcl/svapp.hxx>
-namespace weld { class Button; }
+namespace weld {
+ class Button;
+ class Window;
+}
class SvBorder;
class SfxDispatcher;
class SfxBindings;
@@ -101,6 +104,7 @@ public:
SfxBindings& GetBindings() { return *m_pBindings; }
const SfxBindings& GetBindings() const { return *m_pBindings; }
vcl::Window& GetWindow() const;
+ weld::Window* GetFrameWeld() const;
SfxProgress* GetProgress() const;