summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/warningscontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/warningscontainer.cxx')
-rw-r--r--connectivity/source/commontools/warningscontainer.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/commontools/warningscontainer.cxx b/connectivity/source/commontools/warningscontainer.cxx
index 0681bcb11040..1091eaeeb13e 100644
--- a/connectivity/source/commontools/warningscontainer.cxx
+++ b/connectivity/source/commontools/warningscontainer.cxx
@@ -23,18 +23,18 @@
#include <osl/diagnose.h>
-//........................................................................
+
namespace dbtools
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::sdb;
- //====================================================================
+
//= WarningsContainer
- //====================================================================
+
static void lcl_concatWarnings( Any& _rChainLeft, const Any& _rChainRight )
{
@@ -108,8 +108,8 @@ namespace dbtools
appendWarning( SQLWarning( _rWarning, _rxContext, OUString::createFromAscii( _pAsciiSQLState ), 0, Any() ) );
}
-//........................................................................
+
} // namespace dbtools
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */