summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-13 12:23:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-13 12:23:13 +0100
commit7a21b3f79d63f840781eb043fd046f26a25a61d8 (patch)
tree2cd453259b219d6d163e013c6085472b0dc4168d
parent654cf6ce6726dd2fbb9bccc726e45910ab064a4c (diff)
close namespace
-rw-r--r--dbaccess/source/core/api/querydescriptor.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/querydescriptor.cxx b/dbaccess/source/core/api/querydescriptor.cxx
index 9dc68d41b..d5e7e6597 100644
--- a/dbaccess/source/core/api/querydescriptor.cxx
+++ b/dbaccess/source/core/api/querydescriptor.cxx
@@ -280,4 +280,6 @@ OColumn* OQueryDescriptor_Base::createColumn( const ::rtl::OUString& /*_rName*/
return NULL;
}
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */