diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-28 14:56:18 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-28 15:05:58 +0300 |
commit | d8794a4f414fe6bf5e596d1b6a4cb8831e822278 (patch) | |
tree | cd198ddc959aa7d806cfdbcec5a9c4d16871a336 /svx | |
parent | 17ae2821835c3c60c89528a2a94986a18d5f0096 (diff) |
mpLBColor and mpFTColor are actually unused now
Change-Id: I81c8194e555d9221ce2a074238b52d76b75ed278
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanel.cxx | 4 | ||||
-rw-r--r-- | svx/source/sidebar/line/LinePropertyPanel.hxx | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx index 67619085918f..59c56dad759c 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.cxx +++ b/svx/source/sidebar/line/LinePropertyPanel.cxx @@ -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(); diff --git a/svx/source/sidebar/line/LinePropertyPanel.hxx b/svx/source/sidebar/line/LinePropertyPanel.hxx index 33e2c34c1fbf..cfbcd4a961b4 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.hxx +++ b/svx/source/sidebar/line/LinePropertyPanel.hxx @@ -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; |