diff options
author | Ocke Janssen <oj@openoffice.org> | 2010-03-17 12:09:27 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2010-03-17 12:09:27 +0000 |
commit | b43e45fb6acd061cba855a158afa2f60983dbd9a (patch) | |
tree | 47fce7ae5f3d5c73e21f7c1c5de7f1ba9ce2f684 /dbaccess/source | |
parent | 4a39a4ebd2e2749775de3d5062083f4015793be4 (diff) |
missing ;
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/control/tabletree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/control/tabletree.cxx b/dbaccess/source/ui/control/tabletree.cxx index 0d9b35bea9b2..72db2ee129df 100644 --- a/dbaccess/source/ui/control/tabletree.cxx +++ b/dbaccess/source/ui/control/tabletree.cxx @@ -676,7 +676,7 @@ String OTableTreeListBox::getQualifiedTableName( SvLBoxEntry* _pEntry ) const { DBG_UNHANDLED_EXCEPTION(); } - return String(), + return String(); } //------------------------------------------------------------------------ |