From 9fee0a2c8613c8060a45acd5fd27716aa33462de Mon Sep 17 00:00:00 2001 From: Wol Date: Wed, 24 Nov 2010 01:50:15 +0000 Subject: Spelling mistakes and dead code --- dbaccess/source/ui/dlg/CollectionView.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess/source/ui/dlg/CollectionView.cxx') 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 ); -- cgit