diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 12:35:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 17:40:46 +0100 |
commit | 270facec104ed1e0e4503de9391a29ae4c8b7dfd (patch) | |
tree | 2c604eddab86ac88c8148042509b315a475bc409 /sd | |
parent | a9f116527351a2e3fccee6152afb58c89226d0b2 (diff) |
unneeded forward declares
Change-Id: I734f53439c30c80fb45d3b7e4281887d636b90c6
Reviewed-on: https://gerrit.libreoffice.org/85600
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/table/TableDesignPane.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index a9204c29c3df..90ec60845e31 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -28,7 +28,6 @@ #include <sfx2/viewfrm.hxx> #include <vcl/virdev.hxx> #include <vcl/settings.hxx> -#include <vcl/builderfactory.hxx> #include <tools/debug.hxx> #include <svl/style.hxx> |