diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/pagedesc.cxx | 2 |
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 ); } |