summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-06 14:08:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-06 18:12:25 +0200
commit290ecbca8dfbe1edfdf5f305e2da652cf0f60bd8 (patch)
tree8bce4f1d853b180db7931d8292da496cdfe471f5 /svx
parent67c0cebb3f68ea4aab01fae9c23cb555e1f50ee2 (diff)
remove some useless lines
As those classes don't exist. Change-Id: I1e9015e1654e6d261709ab0b1dcf9784a0849e92
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/line/LinePropertyPanel.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanel.hxx b/svx/source/sidebar/line/LinePropertyPanel.hxx
index 973187e84786..9eb1508d7f13 100644
--- a/svx/source/sidebar/line/LinePropertyPanel.hxx
+++ b/svx/source/sidebar/line/LinePropertyPanel.hxx
@@ -34,9 +34,6 @@
namespace svx { class ToolboxButtonColorUpdater; }
-class SvxLineColorPage;
-class SvxLineStylePage;
-class SvxLineWidthPage;
class XLineStyleItem;
class XLineDashItem;
class XLineStartItem;
@@ -62,10 +59,6 @@ class LinePropertyPanel
: public PanelLayout,
public ::sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface
{
-private:
- friend class ::SvxLineStylePage;
- friend class ::SvxLineWidthPage;
-
public:
static LinePropertyPanel* Create(
Window* pParent,