diff options
Diffstat (limited to 'connectivity/source/inc/file/FStringFunctions.hxx')
-rw-r--r-- | connectivity/source/inc/file/FStringFunctions.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/inc/file/FStringFunctions.hxx b/connectivity/source/inc/file/FStringFunctions.hxx index 8d2ea1cef98e..70dabe3e1d92 100644 --- a/connectivity/source/inc/file/FStringFunctions.hxx +++ b/connectivity/source/inc/file/FStringFunctions.hxx @@ -22,9 +22,7 @@ #include <file/fcode.hxx> -namespace connectivity -{ - namespace file +namespace connectivity::file { /** UCASE(str) UPPER(str) @@ -266,7 +264,7 @@ namespace connectivity protected: virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const override; }; - } + } #endif // INCLUDED_CONNECTIVITY_SOURCE_INC_FILE_FSTRINGFUNCTIONS_HXX |