summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 09:18:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 12:03:13 +0200
commitc37fe8886d8ce2f6374decc370a09b45e589ee0d (patch)
tree7a92d439f2ef323117bd3391d193f0d53c3a759e /shell
parent366d08f2f6d4de922f6099c62bb81b49d89e0a68 (diff)
compact namespace in sal..svgio
Change-Id: I7e70614ea5a1cb1a1dc0ef8e9fb6fd48e85c3562 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93904 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/sessioninstall/SyncDbusSessionHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/sessioninstall/SyncDbusSessionHelper.hxx b/shell/source/sessioninstall/SyncDbusSessionHelper.hxx
index 72b17ba468cc..0db9a1d8e93e 100644
--- a/shell/source/sessioninstall/SyncDbusSessionHelper.hxx
+++ b/shell/source/sessioninstall/SyncDbusSessionHelper.hxx
@@ -15,7 +15,7 @@
#include <org/freedesktop/PackageKit/SyncDbusSessionHelper.hpp>
#include <cppuhelper/implbase.hxx>
-namespace shell { namespace sessioninstall
+namespace shell::sessioninstall
{
class SyncDbusSessionHelper : public ::cppu::WeakImplHelper< ::org::freedesktop::PackageKit::XSyncDbusSessionHelper >
{
@@ -54,7 +54,7 @@ namespace shell { namespace sessioninstall
SyncDbusSessionHelper( const SyncDbusSessionHelper& ) = delete;
SyncDbusSessionHelper& operator=( const SyncDbusSessionHelper& ) = delete;
};
-}}
+}
#endif // INCLUDED_SHELL_SOURCE_SESSIONINSTALL_SYNCDBUSSESSIONHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */