diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-07 13:55:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-07 15:00:11 +0200 |
commit | fdd2ec1e39cac9bc73067ade7cba294919610879 (patch) | |
tree | d5bacb51d7bfa26c80158ea60b4ac153955a47f0 /sw | |
parent | 912beb5b51689301ab31b4619ca4b39f67e8aaa4 (diff) |
Fix typo
Change-Id: Ib369d61652ef19fba39ad004a4582448fdc09443
Reviewed-on: https://gerrit.libreoffice.org/53936
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/view/vprint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() ) |