[Libreoffice-commits] core.git: sw/source

krishna keshav princy.krishnakeshav at gmail.com
Thu Jun 2 15:57:26 UTC 2016


 sw/source/core/view/viewpg.cxx |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

New commits:
commit 66c41718f91dcca9c487742e9313c657ede4ce3f
Author: krishna keshav <princy.krishnakeshav at gmail.com>
Date:   Sun May 29 12:22:58 2016 +0530

    tdf#90834 Turn in-line version control history comments
    
    cleanup in core/sw/source/core/view/viewpg.cxx
    
    Change-Id: Ie0f406db111b4418e92245a9e998e6ff99eb75fe
    Reviewed-on: https://gerrit.libreoffice.org/25596
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/sw/source/core/view/viewpg.cxx b/sw/source/core/view/viewpg.cxx
index 9f5b788..32057c0 100644
--- a/sw/source/core/view/viewpg.cxx
+++ b/sw/source/core/view/viewpg.cxx
@@ -45,7 +45,6 @@
 
 using namespace ::com::sun::star;
 
-// OD 12.12.2002 #103492#
 SwPagePreviewLayout* SwViewShell::PagePreviewLayout()
 {
     return Imp()->PagePreviewLayout();
@@ -56,10 +55,7 @@ void SwViewShell::ShowPreviewSelection( sal_uInt16 nSelPage )
     Imp()->InvalidateAccessiblePreviewSelection( nSelPage );
 }
 
-/** adjust view options for page preview
-
-    OD 09.01.2003 #i6467#
-*/
+// adjust view options for page preview
 void SwViewShell::AdjustOptionsForPagePreview(SwPrintData const& rPrintOptions)
 {
     if ( !IsPreview() )
@@ -74,7 +70,7 @@ void SwViewShell::AdjustOptionsForPagePreview(SwPrintData const& rPrintOptions)
 }
 
 /// print brochure
-// OD 05.05.2003 #i14016# - consider empty pages on calculation of the scaling
+// consider empty pages on calculation of the scaling
 // for a page to be printed.
 void SwViewShell::PrintProspect(
     OutputDevice *pOutDev,
@@ -122,7 +118,7 @@ void SwViewShell::PrintProspect(
         pNxtPage = sw_getPage(*aShell.GetLayout(), rPagesToPrint.second);
     }
 
-    // OD 05.05.2003 #i14016# - consider empty pages on calculation
+    // consider empty pages on calculation
     // of page size, used for calculation of scaling.
     Size aSttPageSize;
     if ( pStPage )


More information about the Libreoffice-commits mailing list