To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95350





------- Additional comments from o...@openoffice.org Thu Dec 25 15:57:52 +0000 
2008 -------
->ayaniger: The cws has been finished in svn. 
(see http://wiki.services.openoffice.org/wiki/OOo_and_Subversion )

svn diff
http://svn.services.openoffice.org/ooo/tags/DEV300_m37/svx/source/tbxctrls/layctrl.cxx
http://svn.services.openoffice.org/ooo/cws/os121/svx/source/tbxctrls/layctrl.cxx
Index: layctrl.cxx
===================================================================
--- layctrl.cxx (.../tags/DEV300_m37/svx/source/tbxctrls/layctrl.cxx)   (revisio
n 265801)
+++ layctrl.cxx (.../cws/os121/svx/source/tbxctrls/layctrl.cxx) (revision 265801
)
@@ -413,16 +413,15 @@
                aText = Button::GetStandardText( BUTTON_CANCEL );
        Size aTextSize( GetTextWidth( aText ), GetTextHeight() );

-    //#i72805# prevent damaged table dimension text
-    sal_Bool bWasRTL = IsRTLEnabled();
-    EnableRTL( sal_False );
+    Rectangle aClearRect( 0, aSize.Height()-nTextHeight+2, (aSize.Width()), aSi
ze.Height() );
+    DrawRect( aClearRect );
+
+    // #i95350# force RTL output
+    if( IsRTLEnabled() &&      nCol && nLine )
+        aText.Insert(0x202D, 0);
     DrawText( Point( (aSize.Width() - aTextSize.Width()) / 2, aSize.Height() -
nTextHeight + 2 ), aText );
-    EnableRTL( bWasRTL );

-    DrawRect( Rectangle( 0, aSize.Height()-nTextHeight+2, (aSize.Width()-aTextS
ize.Width())/2-1, aSize.Height() ) );
-       DrawRect( Rectangle( (aSize.Width()-aTextSize.Width())/2+aTextSize.Width
(), aSize.Height()-nTextHeight+2, aSize.Width(), aSize.Height() ) );
-
-       SetLineColor( aLineColor );
+    SetLineColor( aLineColor );
        SetFillColor();
        DrawRect( Rectangle( Point(0,0), aSize ) );
 }


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to