summaryrefslogtreecommitdiff
path: root/svtools/source/brwbox
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-04 00:11:02 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 19:43:52 +0100
commit2941a0a77488ec2d98fbfc90755e86d7dec70ecd (patch)
tree6ebdb8dc431d5304003922a0da7cb02349149a8b /svtools/source/brwbox
parent16c2a2f1dfa993d9d21ad793e3541e22af7f552c (diff)
Remove bogus and useless comments.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'svtools/source/brwbox')
-rw-r--r--svtools/source/brwbox/editbrowsebox.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx
index 9cd56b4932d0..ab426a421e6a 100644
--- a/svtools/source/brwbox/editbrowsebox.cxx
+++ b/svtools/source/brwbox/editbrowsebox.cxx
@@ -501,7 +501,6 @@ namespace svt
// we are about to leave the current cell. If there is a "this cell has been modified" notification
// pending (asynchronously), this may be deadly -> do it synchronously
- // 95826 - 2002-10-14 - fs@openoffice.org
if ( nCellModifiedEvent )
{
Application::RemoveUserEvent( nCellModifiedEvent );
@@ -512,7 +511,6 @@ namespace svt
if (0 == rEvt.GetColumnId())
{ // it was the handle column. save the current cell content if necessary
// (clicking on the handle column results in selecting the current row)
- // 23.01.2001 - 82797 - FS
if (IsEditing() && aController->IsModified())
SaveModified();
}