From 349f4923e265d76cfd76627796dc93e99e0b5d02 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 4 Oct 2016 17:14:33 +0100 Subject: can now remove both PopupContainer copies the recently unused svx one, and the forgotten not-built sfx2 one Change-Id: I1a4ede49dc74bb71f250ee3eee999d1a3dfbee57 --- sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx | 1 - sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx | 3 --- 2 files changed, 4 deletions(-) (limited to 'sc') 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 #include #include -#include #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 class FixedText; -namespace svx { namespace sidebar { - class PopupContainer; -}} namespace sc { namespace sidebar { class CellLineStyleControl; class CellBorderUpdater; -- cgit