summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/xfldui.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/xfldui.cxx')
-rw-r--r--sw/source/ui/fldui/xfldui.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/xfldui.cxx b/sw/source/ui/fldui/xfldui.cxx
index 6d00f7ceb693..a295226eff01 100644
--- a/sw/source/ui/fldui/xfldui.cxx
+++ b/sw/source/ui/fldui/xfldui.cxx
@@ -95,7 +95,7 @@ BOOL SwFldMgr::IsDBNumeric( const String& rDBName, const String& rTblQryName,
if(xTSupplier.is())
{
Reference<XNameAccess> xTbls = xTSupplier->getTables();
- DBG_ASSERT(xTbls->hasByName(rTblQryName), "table not available anymore?")
+ DBG_ASSERT(xTbls->hasByName(rTblQryName), "table not available anymore?");
try
{
Any aTable = xTbls->getByName(rTblQryName);
@@ -112,7 +112,7 @@ BOOL SwFldMgr::IsDBNumeric( const String& rDBName, const String& rTblQryName,
if(xQSupplier.is())
{
Reference<XNameAccess> xQueries = xQSupplier->getQueries();
- DBG_ASSERT(xQueries->hasByName(rTblQryName), "table not available anymore?")
+ DBG_ASSERT(xQueries->hasByName(rTblQryName), "table not available anymore?");
try
{
Any aQuery = xQueries->getByName(rTblQryName);
@@ -133,7 +133,7 @@ BOOL SwFldMgr::IsDBNumeric( const String& rDBName, const String& rTblQryName,
}
catch(Exception& )
{
- DBG_ERROR("Exception in getColumns()")
+ DBG_ERROR("Exception in getColumns()");
}
if(xCols.is() && xCols->hasByName(rFldName))
{