diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-02 10:03:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-03 10:09:36 +0100 |
commit | ed6dfdbea32ec8fa97e9dc92ebc5dd18bd6ef78e (patch) | |
tree | d8ffbfd2247f506b10facd070eac341fb9c03f52 | |
parent | d2cd1fad73b97e62443a215c84b7b5d5ee74a818 (diff) |
drop unneeded forward declare
Change-Id: I0d786e8f37e893d91b1dd527476c7242e0e29950
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111816
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanel.hxx b/svx/source/sidebar/line/LinePropertyPanel.hxx index 0402918b82bc..cdd4cf29406c 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.hxx +++ b/svx/source/sidebar/line/LinePropertyPanel.hxx @@ -32,7 +32,6 @@ class XLineEndList; class XDashList; class ListBox; class ToolBox; -class FloatingWindow; namespace svx::sidebar { |