Kaydet (Commit) d8794a4f authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

mpLBColor and mpFTColor are actually unused now

Change-Id: I81c8194e555d9221ce2a074238b52d76b75ed278
üst 17ae2821
......@@ -177,8 +177,6 @@ LinePropertyPanel::LinePropertyPanel(
{
get(mpFTWidth, "widthlabel");
get(mpTBWidth, "width");
get(mpFTColor, "colorlabel");
get(mpLBColor, "color");
get(mpFTStyle, "stylelabel");
get(mpLBStyle, "linestyle");
get(mpFTTransparency, "translabel");
......@@ -205,8 +203,6 @@ void LinePropertyPanel::dispose()
{
mpFTWidth.clear();
mpTBWidth.clear();
mpFTColor.clear();
mpLBColor.clear();
mpFTStyle.clear();
mpLBStyle.clear();
mpFTTransparency.clear();
......
......@@ -23,7 +23,6 @@
#include <vcl/ctrl.hxx>
#include <sfx2/sidebar/SidebarPanelBase.hxx>
#include <sfx2/sidebar/ControllerItem.hxx>
#include <sfx2/sidebar/SidebarToolBox.hxx>
#include <vcl/fixed.hxx>
#include <vcl/field.hxx>
#include <vcl/layout.hxx>
......@@ -97,8 +96,6 @@ private:
//ui controls
VclPtr<FixedText> mpFTWidth;
VclPtr<ToolBox> mpTBWidth;
VclPtr<FixedText> mpFTColor;
VclPtr<sfx2::sidebar::SidebarToolBox> mpLBColor;
VclPtr<FixedText> mpFTStyle;
VclPtr<ListBox> mpLBStyle;
VclPtr<FixedText> mpFTTransparency;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment