summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2020-04-03 09:47:06 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2020-04-03 15:21:57 +0200
commit77ce19a9c63737f6b8a0281807cda5176d217251 (patch)
tree6ffc5adb1f99a6ba2dbce9606a839024a0fe1a09 /sfx2
parent143e6641cea7a06faeec8b3b65aa09b153a6490f (diff)
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.weghorn@posteo.de>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewprn.cxx4
1 files changed, 2 insertions, 2 deletions
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.