Author: alg
Date: Wed Apr 3 15:12:43 2013
New Revision: 1464067
URL: http://svn.apache.org/r1464067
Log:
i121791 Comments removed
Modified:
openoffice/branches/sidebar/main/svx/source/sidebar/line/LinePropertyPanel.cxx
Modified:
openoffice/branches/sidebar/main/svx/source/sidebar/line/LinePropertyPanel.cxx
URL:
http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/svx/source/sidebar/line/LinePropertyPanel.cxx?rev=1464067&r1=1464066&r2=1464067&view=diff
==============================================================================
---
openoffice/branches/sidebar/main/svx/source/sidebar/line/LinePropertyPanel.cxx
(original)
+++
openoffice/branches/sidebar/main/svx/source/sidebar/line/LinePropertyPanel.cxx
Wed Apr 3 15:12:43 2013
@@ -158,8 +158,8 @@ LinePropertyPanel::LinePropertyPanel(
mpFTTrancparency(new FixedText(this, SVX_RES(FT_TRANSPARENT))),
mpMFTransparent(new MetricField(this, SVX_RES(MF_TRANSPARENT))),
mpFTArrow(new FixedText(this, SVX_RES(FT_ARROW))),
- mpLBStart(new ListBox /*LineEndLB_LPP*/(this, SVX_RES(LB_START))),
- mpLBEnd(new ListBox /*LineEndLB_LPP*/(this, SVX_RES(LB_END))),
+ mpLBStart(new ListBox(this, SVX_RES(LB_START))),
+ mpLBEnd(new ListBox(this, SVX_RES(LB_END))),
mpFTEdgeStyle(new FixedText(this, SVX_RES(FT_EDGESTYLE))),
mpLBEdgeStyle(new ListBox(this, SVX_RES(LB_EDGESTYLE))),
mpFTCapStyle(new FixedText(this, SVX_RES(FT_CAPSTYLE))),