<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&amp; rContr</div><div>&nbsp;, maImgAlgin5( SVX_RES( IMG_FONTWORK_ALIGN_STRETCH_16 ) )</div><div>&nbsp;, msFontworkAlignment( RTL_CONSTASCII_USTRINGPARAM( ".uno:FontworkAlignment" ) )</div><div>&nbsp;{</div><div>- &nbsp; &nbsp;bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();</div><div>-</div><div>&nbsp;&nbsp; &nbsp; SetHelpId( HID_POPUP_FONTWORK_ALIGN );</div><div>&nbsp;&nbsp; &nbsp; SetSelectHdl( LINK( this, FontWorkAlignmentWindow, SelectHdl ) );</div><div>&nbsp;</div><div>@@ -439,8 +437,6 @@ void FontWorkAlignmentWindow::DataChanged( const DataChangedEvent&amp; rDCEvt )</div><div>&nbsp;</div><div>&nbsp;&nbsp; &nbsp; if( ( rDCEvt.GetType() == DATACHANGED_SETTINGS ) &amp;&amp; ( rDCEvt.GetFlags() &amp; SETTINGS_STYLE ) )</div><div>&nbsp;&nbsp; &nbsp; {</div><div>- &nbsp; &nbsp; &nbsp; &nbsp;bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode();</div><div>-</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; appendEntry( 0, String( SVX_RES( STR_ALIGN_LEFT &nbsp; &nbsp;) ), maImgAlgin1 );</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; appendEntry( 1, String( SVX_RES( STR_ALIGN_CENTER &nbsp;) ), maImgAlgin2 );</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; appendEntry( 2, String( SVX_RES( STR_ALIGN_RIGHT &nbsp; ) ), maImgAlgin3 );</div></div><div><br></div></body></html>