From 57db2508dd912baee6a768be9815dee106118da6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 16 Oct 2020 12:22:34 +0100 Subject: unused forward declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I565f4d9627dc906db816864b5a6fc5e47ffd5ac9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104431 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sfx2/source/dialog/backingwindow.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfx2') 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 -class ToolBox; - class BackingWindow : public vcl::Window, public VclBuilderContainer { css::uno::Reference mxContext; -- cgit