summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-11-17 06:36:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-11-17 06:36:21 +0000
commitf18fdce950eadae19b05106bec7ff7ae49beb58b (patch)
tree1ebac80c9ee1f2d08f88255dbdc1a237b0fa55e7 /reportdesign
parent9fdd528213867ed3ce654c410367d1212fda06dc (diff)
#i96240# Missing ';' after DBG_ macro in reportdesign (patch by pjanik).
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/inspection/GeometryHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx
index e68176c2ed67..aa0abdc7a278 100644
--- a/reportdesign/source/ui/inspection/GeometryHandler.cxx
+++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx
@@ -1922,7 +1922,7 @@ void GeometryHandler::impl_initFieldList_nothrow( uno::Sequence< ::rtl::OUString
}
catch (uno::Exception&)
{
- DBG_ERROR( "GeometryHandler::impl_initFieldList_nothrow: caught an exception!" )
+ DBG_ERROR( "GeometryHandler::impl_initFieldList_nothrow: caught an exception!" );
}
}
// -----------------------------------------------------------------------------