sfx2/source/view/viewprn.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 77ce19a9c63737f6b8a0281807cda5176d217251
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Apr 3 09:47:06 2020 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Fri Apr 3 15:21:57 2020 +0200

    SfxViewShell::SetPrinter_Impl: Adapt comments a bit
    
    based on original German version of the comments, which
    have been translated to English in comment
    f5f7b4ef39034094546c176b884601fbc40dfcd6
    ("Transalations (5)", 2011-03-11).
    
    Change-Id: I5aa378bf519a17fe9d9e0d4ab049ec8d3a254ad1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91625
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx
index 57cd026b8990..9dc713e82007 100644
--- a/sfx2/source/view/viewprn.cxx
+++ b/sfx2/source/view/viewprn.cxx
@@ -501,7 +501,7 @@ void SfxViewShell::SetPrinter_Impl( VclPtr<SfxPrinter>& 
pNewPrinter )
             ( bOriChg ? aNewPgSz.Height() : aNewPgSz.Width() ) ) &&
             bSizeToDoc;
 
-    // Message and Flags for page format, summaries changes
+    // Message and Flags for page format changes
     OUString aMsg;
     SfxPrinterChangeFlags nNewOpt = SfxPrinterChangeFlags::NONE;
     if( bOriChg && bPgSzChg )
@@ -520,7 +520,7 @@ void SfxViewShell::SetPrinter_Impl( VclPtr<SfxPrinter>& 
pNewPrinter )
         nNewOpt = SfxPrinterChangeFlags::CHG_SIZE;
     }
 
-    // Summaries in this variable what has been changed.
+    // Summarize in this variable what has been changed.
     SfxPrinterChangeFlags nChangedFlags = SfxPrinterChangeFlags::NONE;
 
     // Ask if possible, if page format should be taken over from printer.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to