diff options
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/fileurl.cxx | 7 | ||||
-rw-r--r-- | registry/tools/options.cxx | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/registry/tools/fileurl.cxx b/registry/tools/fileurl.cxx index 8495b1fce226..dec3be5e5b0d 100644 --- a/registry/tools/fileurl.cxx +++ b/registry/tools/fileurl.cxx @@ -34,9 +34,7 @@ using osl::FileBase; -namespace registry -{ -namespace tools +namespace registry::tools { OUString convertToFileUrl(char const * filename, sal_Int32 length) @@ -76,7 +74,6 @@ OUString convertToFileUrl(char const * filename, sal_Int32 length) return uFileUrl; } -} // namespace tools -} // namespace registry +} // namespace registry::tools /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/registry/tools/options.cxx b/registry/tools/options.cxx index e9b9c23950bf..81d1131f75c2 100644 --- a/registry/tools/options.cxx +++ b/registry/tools/options.cxx @@ -23,9 +23,7 @@ #include <stdio.h> -namespace registry -{ -namespace tools +namespace registry::tools { Options::Options (char const * program) @@ -141,7 +139,6 @@ bool Options::printUsage() const return false; } -} // namespace tools -} // namespace registry +} // namespace registry::tools /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |