summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-06-06 20:46:38 +0200
committerMichael Stahl <mstahl@redhat.com>2016-06-10 12:14:40 +0200
commit47462fbb9ad784fe909557d9c6806c730d9f62fe (patch)
treeff11af8f467f4c52cb273de13bc3d7ec00aee053
parent16ddfa21d6e92af6d2ce30a3d80f7184d3a462af (diff)
sw: restore the useful bug references
Change-Id: I8cc8ee1c1c9195846397f734c42e019f0c27fd49
-rw-r--r--sw/source/core/view/viewpg.cxx2
-rw-r--r--sw/source/core/view/vnew.cxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/view/viewpg.cxx b/sw/source/core/view/viewpg.cxx
index 32057c042d6b..c88203f7b139 100644
--- a/sw/source/core/view/viewpg.cxx
+++ b/sw/source/core/view/viewpg.cxx
@@ -118,7 +118,7 @@ void SwViewShell::PrintProspect(
pNxtPage = sw_getPage(*aShell.GetLayout(), rPagesToPrint.second);
}
- // consider empty pages on calculation
+ // i#14016 consider empty pages on calculation
// of page size, used for calculation of scaling.
Size aSttPageSize;
if ( pStPage )
diff --git a/sw/source/core/view/vnew.cxx b/sw/source/core/view/vnew.cxx
index c015d1809b5d..f98cf74a83ec 100644
--- a/sw/source/core/view/vnew.cxx
+++ b/sw/source/core/view/vnew.cxx
@@ -92,7 +92,7 @@ void SwViewShell::Init( const SwViewOption *pNewOpt )
if( pPDFOut )
InitPrt( pPDFOut );
- //Good occasion to check if page sizes in
+ // i#44963 Good occasion to check if page sizes in
// page descriptions are still set to (LONG_MAX, LONG_MAX) (html import)
if ( !bBrowseMode )
{
@@ -178,7 +178,7 @@ SwViewShell::SwViewShell( SwDoc& rDocument, vcl::Window *pWindow,
mbPaintWorks = mbEnableSmooth = true;
mbPreview = 0 !=( VSHELLFLAG_ISPREVIEW & nFlags );
- // Do not reset modified state of document,
+ // i#38810 Do not reset modified state of document,
// if it's already been modified.
const bool bIsDocModified( mpDoc->getIDocumentState().IsModified() );
mpDoc->acquire();
@@ -295,7 +295,7 @@ SwViewShell::~SwViewShell()
SET_CURR_SHELL( this );
mbPaintWorks = false;
- // Stopping the animated graphics is not
+ // i#9684 Stopping the animated graphics is not
// necessary during printing or pdf export, because the animation
// has not been started in this case.
if( mpDoc && GetWin() )