diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-03-03 07:59:47 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-03-04 19:41:47 +0100 |
commit | 26e4971dfb34c14e7aac649eecbc1b5ec9081fe6 (patch) | |
tree | 4def31771316f7ded0570c0e31cc6e96f085ba19 /extensions/source | |
parent | a2f13ba5968fc75c6a977f376038f72a4ad2f316 (diff) |
Remove various useless comments in components.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/scanner/sanedlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/sanedlg.cxx b/extensions/source/scanner/sanedlg.cxx index 25dd1d7e3f2a..2145a6c371ea 100644 --- a/extensions/source/scanner/sanedlg.cxx +++ b/extensions/source/scanner/sanedlg.cxx @@ -221,7 +221,7 @@ void SaneDlg::InitFields() maReslBox.SetMin( (long)pDouble[0] ); maReslBox.SetMax( (long)pDouble[1] ); maReslBox.InsertValue( (long)pDouble[0] ); - // mh@openoffice.org: issue 68557: Can only select 75 and 2400 dpi in Scanner dialogue + // Can only select 75 and 2400 dpi in Scanner dialogue // scanner allows random setting of dpi resolution, a slider might be useful // support that // workaround: offer at least some more standard dpi resolution between |