summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/adtabdlg.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/adtabdlg.cxx
parent763e27c9c54a530a9339d8dee4dcc30f54e9890b (diff)
Spelling mistakes and dead code
Diffstat (limited to 'dbaccess/source/ui/dlg/adtabdlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/adtabdlg.cxx b/dbaccess/source/ui/dlg/adtabdlg.cxx
index 02ec14ff5ef9..3c0ca82d77fa 100644
--- a/dbaccess/source/ui/dlg/adtabdlg.cxx
+++ b/dbaccess/source/ui/dlg/adtabdlg.cxx
@@ -190,7 +190,7 @@ void TableListFacade::updateTableObjectList( bool _bAllowViews )
m_pContainerListener = new ::comphelper::OContainerListenerAdapter(this,xContainer);
}
sTables = xTables->getElementNames();
- } // if ( xTables.is() )
+ }
xViewSupp.set( xTableSupp, UNO_QUERY );
if ( xViewSupp.is() )