summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-09-01 10:34:17 +0400
committerYousuf Philips <philipz85@hotmail.com>2015-09-22 06:21:08 +0000
commit050447a30012717643f1d056e0ba614f36e1303f (patch)
tree463358dd16c27deeadc63883199afd2246fa18c8 /include
parent09c3e186e8b8562e3d502c5cbdef385753336b7f (diff)
tdf#89543 Unhide arrow style drop downs
Change-Id: I44c2b93389b88c0c1821ac727b46275bce8b076d Reviewed-on: https://gerrit.libreoffice.org/18290 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/sidebar/LinePropertyPanelBase.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx
index 8db5b449181c..dadb601b144a 100644
--- a/include/svx/sidebar/LinePropertyPanelBase.hxx
+++ b/include/svx/sidebar/LinePropertyPanelBase.hxx
@@ -126,11 +126,9 @@ private:
//ui controls
VclPtr<FixedText> mpFTWidth;
VclPtr<ToolBox> mpTBWidth;
- VclPtr<FixedText> mpFTStyle;
VclPtr<ListBox> mpLBStyle;
VclPtr<FixedText> mpFTTransparency;
VclPtr<MetricField> mpMFTransparent;
- VclPtr<FixedText> mpFTArrow;
VclPtr<ListBox> mpLBStart;
VclPtr<ListBox> mpLBEnd;
VclPtr<FixedText> mpFTEdgeStyle;