diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-03-20 10:51:45 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-03-20 11:47:41 +0000 |
commit | bcfff3e9fa4609c7f915c14de40eef80181cf815 (patch) | |
tree | 695c226e1f9dc486c6eb6209ef9a523d64c22816 /sw/source | |
parent | 157c60a7077098bb9b142e825fee8bec18d015db (diff) |
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@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/view/viewimp.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/core/view/viewimp.cxx b/sw/source/core/view/viewimp.cxx index b64bf0fd6e06..33fbe8fe442f 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, |