sd/source/ui/view/DocumentRenderer.cxx |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 5f9ce732300d3301b574b569fe331e8a93057e73
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Mon Feb 5 12:23:26 2024 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Mon Feb 5 14:33:20 2024 +0100

    Fix typo in comment
    
    Also relayout the text
    
    Change-Id: Id774c5a5089e1c031ae705e6b23281e882b6739f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162995
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

diff --git a/sd/source/ui/view/DocumentRenderer.cxx 
b/sd/source/ui/view/DocumentRenderer.cxx
index c7587a1d2d40..a8d5a6f1de25 100644
--- a/sd/source/ui/view/DocumentRenderer.cxx
+++ b/sd/source/ui/view/DocumentRenderer.cxx
@@ -2123,13 +2123,10 @@ private:
         else
             nPaperBin = rInfo.mpPrinter->GetPaperBin();
 
-        // For pages larger then the printable area there
-        // are three options:
+        // For pages larger than the printable area there are three options:
         // 1. Scale down to the page to the printable area.
-        // 2. Print only the upper left part of the page
-        //    (without the unprintable borders).
-        // 3. Split the page into parts of the size of the
-        // printable area.
+        // 2. Print only the upper left part of the page (without the 
unprintable borders).
+        // 3. Split the page into parts of the size of the printable area.
         const bool bScalePage (mpOptions->IsPageSize());
         const bool bCutPage (mpOptions->IsCutPage());
         MapMode aMap (rInfo.maMap);

Reply via email to