diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-16 12:22:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-16 17:59:09 +0200 |
commit | 57db2508dd912baee6a768be9815dee106118da6 (patch) | |
tree | 85d0b509e8e7a8aefd81decef7ae8a57ce50eda6 /sfx2 | |
parent | 3dd9fb3076511faa94363be56d416fdfa8249c30 (diff) |
unused forward declaration
Change-Id: I565f4d9627dc906db816864b5a6fc5e47ffd5ac9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104431
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingwindow.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/dialog/backingwindow.hxx b/sfx2/source/dialog/backingwindow.hxx index 99d7bd6b7ccc..cc367f058c76 100644 --- a/sfx2/source/dialog/backingwindow.hxx +++ b/sfx2/source/dialog/backingwindow.hxx @@ -40,8 +40,6 @@ #include <memory> -class ToolBox; - class BackingWindow : public vcl::Window, public VclBuilderContainer { css::uno::Reference<css::uno::XComponentContext> mxContext; |