summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FStatement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/file/FStatement.cxx')
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index 24e176d140c2..8e25a34dac88 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -35,9 +35,7 @@
#include <strings.hrc>
#include <algorithm>
-namespace connectivity
-{
- namespace file
+namespace connectivity::file
{
@@ -703,9 +701,7 @@ void OStatement_Base::parseParamterElem(const OUString& /*_sColumnName*/,OSQLPar
// do nothing here
}
- } // namespace file
-
-}// namespace connectivity
+ }// namespace connectivity
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */