diff options
Diffstat (limited to 'connectivity/inc/sdbcx/VKey.hxx')
-rw-r--r-- | connectivity/inc/sdbcx/VKey.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/connectivity/inc/sdbcx/VKey.hxx b/connectivity/inc/sdbcx/VKey.hxx index 01e1d839f8b4..8594923bad24 100644 --- a/connectivity/inc/sdbcx/VKey.hxx +++ b/connectivity/inc/sdbcx/VKey.hxx @@ -31,9 +31,7 @@ #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp> #include <memory> -namespace connectivity -{ - namespace sdbcx +namespace connectivity::sdbcx { struct OOO_DLLPUBLIC_DBTOOLS KeyProperties @@ -104,8 +102,7 @@ namespace connectivity // XDataDescriptorFactory virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL createDataDescriptor( ) override; }; - } -} +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |