summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-02 16:00:04 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-02 17:46:24 +0200
commit826861bc2aa666fadda41b51773871b84abd5c15 (patch)
tree10fee8a79eb37202985edad9987afd114419c2d2 /sw
parent09b57f9ef6bb4482cb54bfece3de1f27c2d5367e (diff)
Remove commented out code
PEN_SOLID isn't anymore, so this isn't working anyway. Change-Id: I17e41dba889be909b7a3d41f39ab4409627bf61e
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/pagedesc.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/layout/pagedesc.cxx b/sw/source/core/layout/pagedesc.cxx
index ae71cc8da7fb..42be36c849fb 100644
--- a/sw/source/core/layout/pagedesc.cxx
+++ b/sw/source/core/layout/pagedesc.cxx
@@ -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 );
}