sw/source/core/view/vprint.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fdd2ec1e39cac9bc73067ade7cba294919610879
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Mon May 7 13:55:36 2018 +0200

    Fix typo
    
    Change-Id: Ib369d61652ef19fba39ad004a4582448fdc09443
    Reviewed-on: https://gerrit.libreoffice.org/53936
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/view/vprint.cxx b/sw/source/core/view/vprint.cxx
index 96f94a03a4a8..08a69f624dd6 100644
--- a/sw/source/core/view/vprint.cxx
+++ b/sw/source/core/view/vprint.cxx
@@ -690,7 +690,7 @@ void SwViewShell::PrepareForPrint( const SwPrintData 
&rOptions, bool bIsPDFExpor
     mpOpt->SetDraw     ( rOptions.m_bPrintDraw );
     mpOpt->SetControl  ( rOptions.m_bPrintControl );
     mpOpt->SetPageBack ( rOptions.m_bPrintPageBackground );
-    // Font should not be balck if it's a PDF Export
+    // Font should not be black if it's a PDF Export
     mpOpt->SetBlackFont( rOptions.m_bPrintBlackFont && !bIsPDFExport );
 
     if ( HasDrawView() )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to