diff options
author | krishna keshav <princy.krishnakeshav@gmail.com> | 2016-05-29 12:22:58 +0530 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-06-02 15:56:54 +0000 |
commit | 66c41718f91dcca9c487742e9313c657ede4ce3f (patch) | |
tree | 29412ed4a665fb59d3c31c43b1d31c510e3c9b27 | |
parent | 9f5bb8cddd28be2c45ac5bdf438d4996337f6380 (diff) |
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@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r-- | sw/source/core/view/viewpg.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sw/source/core/view/viewpg.cxx b/sw/source/core/view/viewpg.cxx index 9f5b78836daa..32057c042d6b 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 ) |