[Libreoffice-commits] core.git: svx/source
Maxim Monastirsky
momonasmon at gmail.com
Tue Jul 28 05:08:57 PDT 2015
svx/source/sidebar/line/LinePropertyPanel.cxx | 4 ----
svx/source/sidebar/line/LinePropertyPanel.hxx | 3 ---
2 files changed, 7 deletions(-)
New commits:
commit d8794a4f414fe6bf5e596d1b6a4cb8831e822278
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date: Tue Jul 28 14:56:18 2015 +0300
mpLBColor and mpFTColor are actually unused now
Change-Id: I81c8194e555d9221ce2a074238b52d76b75ed278
diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx
index 6761908..59c56da 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 33e2c34..cfbcd4a 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;
More information about the Libreoffice-commits
mailing list