[ooo-build-commit] .: patches/dev300

Radek Doulík rodo at kemper.freedesktop.org
Wed Mar 24 06:19:12 PDT 2010


 patches/dev300/calc-insert-new-sheet-tab-svtools.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8a8d3d5f0cc8474f434ec2f0cb15bac7d07e811a
Author: Radek Doulik <rodo at novell.com>
Date:   Wed Mar 24 14:18:02 2010 +0100

    fixed small regression which caused crash in n#590187
    
    * patches/dev300/calc-insert-new-sheet-tab-svtools.diff:

diff --git a/patches/dev300/calc-insert-new-sheet-tab-svtools.diff b/patches/dev300/calc-insert-new-sheet-tab-svtools.diff
index 15b16d6..382f9c1 100644
--- a/patches/dev300/calc-insert-new-sheet-tab-svtools.diff
+++ b/patches/dev300/calc-insert-new-sheet-tab-svtools.diff
@@ -725,7 +725,7 @@ index bfa6825..03176e5 100644
 +            bool bSpecialTab = (pItem->mnBits & TPB_SPECIAL);
 +            bool bEnabled = pItem->mbEnable;
 +            String aText = pItem->mbShort ? 
-+                GetEllipsisString(aText, mnCurMaxWidth, TEXT_DRAW_ENDELLIPSIS) : pItem->maText;
++                GetEllipsisString(pItem->maText, mnCurMaxWidth, TEXT_DRAW_ENDELLIPSIS) : pItem->maText;
 +
 +            aDrawer.setRect(aRect);
 +            aDrawer.setSelected(bSelected);


More information about the ooo-build-commit mailing list