vcl/source/control/edit.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d02714a9dca73e606fa1f538de8a62925bc1de8
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sat Mar 23 13:38:54 2013 +0100

    Fix wrong copy paste, should be UNDERLINE_DASHDOT and not UNDERLINE_DOTTED
    
    Change-Id: I807d88631cf35e51cd034a62eed1d4230c75d1be

diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index f1cbc95..bde1972 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -703,7 +703,7 @@ void Edit::ImplRepaint( xub_StrLen nStart, xub_StrLen nEnd, 
bool bLayout )
                         else if ( nAttr & EXTTEXTINPUT_ATTR_DOTTEDUNDERLINE )
                             aFont.SetUnderline( UNDERLINE_DOTTED );
                         else if ( nAttr & EXTTEXTINPUT_ATTR_DASHDOTUNDERLINE )
-                            aFont.SetUnderline( UNDERLINE_DOTTED );
+                            aFont.SetUnderline( UNDERLINE_DASHDOT );
                         else if ( nAttr & EXTTEXTINPUT_ATTR_GRAYWAVELINE )
                         {
                             aFont.SetUnderline( UNDERLINE_WAVE );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to