summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/CollectionView.cxx
diff options
context:
space:
mode:
authorWol <anthony@youngman.org.uk>2010-11-24 01:50:15 +0000
committerKohei Yoshida <kyoshida@novell.com>2010-11-23 22:54:24 -0500
commit9fee0a2c8613c8060a45acd5fd27716aa33462de (patch)
treef8cf4bf2ee317cc83a817123f4baab57fa508757 /dbaccess/source/ui/dlg/CollectionView.cxx
parent763e27c9c54a530a9339d8dee4dcc30f54e9890b (diff)
Spelling mistakes and dead code
Diffstat (limited to 'dbaccess/source/ui/dlg/CollectionView.cxx')
-rw-r--r--dbaccess/source/ui/dlg/CollectionView.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/CollectionView.cxx b/dbaccess/source/ui/dlg/CollectionView.cxx
index c58474c51462..f250dad416cb 100644
--- a/dbaccess/source/ui/dlg/CollectionView.cxx
+++ b/dbaccess/source/ui/dlg/CollectionView.cxx
@@ -211,7 +211,6 @@ IMPL_LINK( OCollectionView, Save_Click, PushButton*, EMPTYARG )
QueryBox aBox( this, WB_YES_NO, ModuleRes( STR_ALREADYEXISTOVERWRITE ) );
if ( aBox.Execute() != RET_YES )
return 0;
- // xNameContainer->removeByName(sName);
}
m_aName.SetText(sName);
EndDialog( TRUE );