<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Man, you forget to delete two lines of code and someone complains...<div><br></div><div>Sorry about that, (<span class="Apple-style-span" style="font-family: Times; ">julien, I hope this makes you happy).</span></div><div><span class="Apple-style-span" style="font-family: Times; "><br></span></div><div><span class="Apple-style-span" style="font-family: Times; ">Joe P.</span></div><div><br></div><div><div>diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx</div><div>index 6b72567..ec222b0 100644</div><div>--- a/svx/source/tbxctrls/fontworkgallery.cxx</div><div>+++ b/svx/source/tbxctrls/fontworkgallery.cxx</div><div>@@ -382,8 +382,6 @@ FontWorkAlignmentWindow::FontWorkAlignmentWindow( svt::ToolboxController& rContr</div><div> , maImgAlgin5( SVX_RES( IMG_FONTWORK_ALIGN_STRETCH_16 ) )</div><div> , msFontworkAlignment( RTL_CONSTASCII_USTRINGPARAM( ".uno:FontworkAlignment" ) )</div><div> {</div><div>- bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();</div><div>-</div><div> SetHelpId( HID_POPUP_FONTWORK_ALIGN );</div><div> SetSelectHdl( LINK( this, FontWorkAlignmentWindow, SelectHdl ) );</div><div> </div><div>@@ -439,8 +437,6 @@ void FontWorkAlignmentWindow::DataChanged( const DataChangedEvent& rDCEvt )</div><div> </div><div> if( ( rDCEvt.GetType() == DATACHANGED_SETTINGS ) && ( rDCEvt.GetFlags() & SETTINGS_STYLE ) )</div><div> {</div><div>- bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();</div><div>-</div><div> appendEntry( 0, String( SVX_RES( STR_ALIGN_LEFT ) ), maImgAlgin1 );</div><div> appendEntry( 1, String( SVX_RES( STR_ALIGN_CENTER ) ), maImgAlgin2 );</div><div> appendEntry( 2, String( SVX_RES( STR_ALIGN_RIGHT ) ), maImgAlgin3 );</div></div><div><br></div></body></html>