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 | d28084818ad929c56a8d43dfe98a4c3088d29ca8 (patch) | |
tree | bddc1e07d48d358626291b6732040f1b5b3bb48a /dbaccess | |
parent | 3b0a6257ca9b25ee6c2cd5167a796bd5920233b9 (diff) |
missing ;
Diffstat (limited to 'dbaccess')
-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 7e98d3cd1..601eac341 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(); } //------------------------------------------------------------------------ |