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

Muhammet Kara muhammet.kara at pardus.org.tr
Sun Mar 20 11:48:10 UTC 2016


 sw/source/core/view/viewimp.cxx |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

New commits:
commit bcfff3e9fa4609c7f915c14de40eef80181cf815
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
Date:   Sun Mar 20 10:51:45 2016 +0200

    tdf#90834 Turn in-line version control history comments to good comments.
    
    Change-Id: I562b4310059e359c912dd2b4862539e9da28953a
    Reviewed-on: https://gerrit.libreoffice.org/23374
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sw/source/core/view/viewimp.cxx b/sw/source/core/view/viewimp.cxx
index b64bf0f..33fbe8f 100644
--- a/sw/source/core/view/viewimp.cxx
+++ b/sw/source/core/view/viewimp.cxx
@@ -57,8 +57,7 @@ void SwViewShellImp::Init( const SwViewOption *pNewOpt )
             pRoot->GetDrawPage()->SetSize( pRoot->Frame().SSize() );
 
         m_pSdrPageView = m_pDrawView->ShowSdrPage( pRoot->GetDrawPage());
-        // OD 26.06.2003 #108784# - notify drawing page view about invisible
-        // layers.
+        // Notify drawing page view about invisible layers
         rIDDMA.NotifyInvisibleLayers( *m_pSdrPageView );
     }
     m_pDrawView->SetDragStripes( pNewOpt->IsCrossHair() );
@@ -101,7 +100,6 @@ SwViewShellImp::SwViewShellImp( SwViewShell *pParent ) :
     m_bSmoothUpdate( false ),
     m_bStopSmooth( false ),
     m_nRestoreActions( 0 ),
-    // OD 12.12.2002 #103492#
     m_pPagePreviewLayout( nullptr )
 {
 }
@@ -110,10 +108,9 @@ SwViewShellImp::~SwViewShellImp()
 {
     delete m_pAccessibleMap;
 
-    // OD 12.12.2002 #103492#
     delete m_pPagePreviewLayout;
 
-    //JP 29.03.96: after ShowSdrPage  HideSdrPage must also be executed!!!
+    // Make sure HideSdrPage is also executed after ShowSdrPage.
     if( m_pDrawView )
          m_pDrawView->HideSdrPage();
 
@@ -423,7 +420,7 @@ void SwViewShellImp::_InvalidateAccessibleParaAttrs( const SwTextFrame& rTextFra
     }
 }
 
-// OD 15.01.2003 #103492# - method signature change due to new page preview functionality
+// Method signature changes due to new page preview functionality
 void SwViewShellImp::UpdateAccessiblePreview( const std::vector<PreviewPage*>& _rPreviewPages,
                                          const Fraction&  _rScale,
                                          const SwPageFrame* _pSelectedPageFrame,


More information about the Libreoffice-commits mailing list