Kaydet (Commit) 826861bc authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Remove commented out code

PEN_SOLID isn't anymore, so this isn't working anyway.

Change-Id: I17e41dba889be909b7a3d41f39ab4409627bf61e
üst 09b57f9e
......@@ -350,21 +350,6 @@ Color Sgv2SvFarbe(sal_uInt8 nFrb1, sal_uInt8 nFrb2, sal_uInt8 nInts)
void SetLine(ObjLineType& rLine, OutputDevice& rOut)
{
/* !!!
PenStyle aStyle=PEN_SOLID;
switch(rLine.LMuster & 0x07) {
case 0: aStyle=PEN_NULL; break;
case 1: aStyle=PEN_SOLID; break;
case 2: aStyle=PEN_DOT; break; // . . . . . . . . . . . . . .
case 3: aStyle=PEN_DASH; break; // __ __ __ __ __ __ __ __ __
case 4: aStyle=PEN_DASH; break; // ___ ___ ___ ___ ___ ___ ___
case 5: aStyle=PEN_DASHDOT; break; // __ . __ . __ . __ . __ . __
case 6: aStyle=PEN_DASHDOT; break; // __ _ __ _ __ _ __ _ __ _ __
case 7: aStyle=PEN_DASHDOT; break; // ___ _ _ ___ _ _ ___ _ _ ___
}
Pen aPen(Sgv2SvFarbe(rLine.LFarbe,rLine.LBFarbe,rLine.LIntens),rLine.LDicke,aStyle);
SetPen(aPen,rOut);
*/
if( 0 == ( rLine.LMuster & 0x07 ) )
rOut.SetLineColor();
else
......
......@@ -385,7 +385,6 @@ void SwPageDesc::ChgFooterShareFirst( sal_Bool bNew )
SwPageFtnInfo::SwPageFtnInfo() :
nMaxHeight( 0 ),
// aPen( PEN_SOLID ),
nLineWidth(10),
eLineStyle( editeng::SOLID ),
aWidth( 25, 100 ),
......@@ -395,7 +394,6 @@ SwPageFtnInfo::SwPageFtnInfo() :
eAdj = FRMDIR_HORI_RIGHT_TOP == GetDefaultFrameDirection(GetAppLanguage()) ?
FTNADJ_RIGHT :
FTNADJ_LEFT;
// aPen.SetWidth( 10 );
}
......
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