diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-04 17:14:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-04 17:25:13 +0100 |
commit | 349f4923e265d76cfd76627796dc93e99e0b5d02 (patch) | |
tree | 02c169c16cb9cfcfd05f1ec8131edafddfa2e7c2 /sc/source/ui | |
parent | 5d812cae7eacccb7819a46ae45c577295db9f190 (diff) |
can now remove both PopupContainer copies
the recently unused svx one, and the forgotten not-built sfx2 one
Change-Id: I1a4ede49dc74bb71f250ee3eee999d1a3dfbee57
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx index 74fdafdba32a..be8a6f2e8471 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx @@ -33,7 +33,6 @@ #include <editeng/lineitem.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <svx/sidebar/PopupContainer.hxx> #include "CellLineStyleControl.hxx" #include "CellBorderUpdater.hxx" #include "CellBorderStyleControl.hxx" diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx index a6cfcb0ae66b..20347c2eef5e 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx @@ -28,9 +28,6 @@ #include <memory> class FixedText; -namespace svx { namespace sidebar { - class PopupContainer; -}} namespace sc { namespace sidebar { class CellLineStyleControl; class CellBorderUpdater; |