[Libreoffice-commits] core.git: sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Feb 1 16:11:24 UTC 2018


 sw/source/filter/ww8/wrtw8nds.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d24e83aaeeaac1438652d8dd5fda6d0416e3db47
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Thu Feb 1 09:19:58 2018 +0100

    Fix typo
    
    Change-Id: Ib02367b1d93d15d32850a36375bfa5b83ef4f33d
    Reviewed-on: https://gerrit.libreoffice.org/49098
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 358ef108c711..1793416141c6 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -3291,7 +3291,7 @@ WW8Ruby::WW8Ruby(const SwTextNode& rNode, const SwFormatRuby& rRuby, const MSWor
             m_cDirective = 'd';
             break;
         default:
-            OSL_ENSURE( false,"Unhandled Ruby justication code" );
+            OSL_ENSURE( false,"Unhandled Ruby justification code" );
             break;
     }
 


More information about the Libreoffice-commits mailing list