[Libreoffice-commits] core.git: sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Mon May 7 13:00:31 UTC 2018
sw/source/core/view/vprint.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fdd2ec1e39cac9bc73067ade7cba294919610879
Author: Andrea Gelmini <andrea.gelmini at 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 <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at 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() )
More information about the Libreoffice-commits
mailing list