summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2010-03-17 12:09:27 +0000
committerOcke Janssen <oj@openoffice.org>2010-03-17 12:09:27 +0000
commitb43e45fb6acd061cba855a158afa2f60983dbd9a (patch)
tree47fce7ae5f3d5c73e21f7c1c5de7f1ba9ce2f684 /dbaccess
parent4a39a4ebd2e2749775de3d5062083f4015793be4 (diff)
missing ;
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/control/tabletree.cxx2
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();
}
//------------------------------------------------------------------------