From 2761dd4894a22ff63e5da3a786d51fffb4977aa1 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 28 Nov 2011 23:28:19 -0500 Subject: Removed meaningless comments. --- sc/source/ui/view/preview.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/view/preview.cxx b/sc/source/ui/view/preview.cxx index a72b8a8d1081..c1dfa74ec3d1 100644 --- a/sc/source/ui/view/preview.cxx +++ b/sc/source/ui/view/preview.cxx @@ -581,7 +581,6 @@ void ScPreview::DoPrint( ScPreviewLocationData* pFillLocation ) } } -//Issue51656 Add resizeable margin on page preview from maoyg void ScPreview::Paint( const Rectangle& /* rRect */ ) { bool bWasInPaint = bInPaint; // nested calls shouldn't be necessary, but allow for now @@ -594,7 +593,6 @@ void ScPreview::Paint( const Rectangle& /* rRect */ ) bInPaint = bWasInPaint; } -//Issue51656 Add resizeable margin on page preview from maoyg void ScPreview::Command( const CommandEvent& rCEvt ) { @@ -1502,7 +1500,6 @@ com::sun::star::uno::Reference ScPre return xAccessible; } -//Issue51656 Add resizeable margin on page preview from maoyg void ScPreview::DragMove( long nDragMovePos, sal_uInt16 nFlags ) { Fraction aPreviewZoom( nZoom, 100 ); -- cgit