diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-28 23:28:19 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-29 00:04:23 -0500 |
commit | 2761dd4894a22ff63e5da3a786d51fffb4977aa1 (patch) | |
tree | 5d61b4db608084294ce843875b21fc366e8344b8 /sc | |
parent | 380b7827d3ce74182195b4e02aeafaa026dc81f1 (diff) |
Removed meaningless comments.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/preview.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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<com::sun::star::accessibility::XAccessible> ScPre return xAccessible; } -//Issue51656 Add resizeable margin on page preview from maoyg void ScPreview::DragMove( long nDragMovePos, sal_uInt16 nFlags ) { Fraction aPreviewZoom( nZoom, 100 ); |