diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-28 23:44:47 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-29 00:04:24 -0500 |
commit | 6a4bb3e17c79d1ce8b2528a4b9c22456be911f32 (patch) | |
tree | 90f7d8f8cf6e8ccb22b997c425f08c3152ab5c6e /sc | |
parent | 4bbef9595f12dd5ac3c6f4558f4d466f84b8f5ad (diff) |
More meaningless comments removed.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/preview.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/view/preview.cxx b/sc/source/ui/view/preview.cxx index 19fc66a40704..272be8412a90 100644 --- a/sc/source/ui/view/preview.cxx +++ b/sc/source/ui/view/preview.cxx @@ -937,7 +937,6 @@ void ScPreview::DataChanged( const DataChangedEvent& rDCEvt ) } } -//Issue51656 Add resizeable margin on page preview from maoyg void ScPreview::MouseButtonDown( const MouseEvent& rMEvt ) { Fraction aPreviewZoom( nZoom, 100 ); @@ -1471,7 +1470,7 @@ void ScPreview::MouseMove( const MouseEvent& rMEvt ) } } } -//Issue51656 Add resizeable margin on page preview from maoyg + void ScPreview::InvalidateLocationData(sal_uLong nId) { bLocationValid = false; |