summaryrefslogtreecommitdiff
path: root/include/comphelper/automationinvokedzone.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 18:45:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 19:44:54 +0200
commita8503fd5b8a72309f4d643b1db7ae41ced38ba80 (patch)
treea5a326942f3a74a473338160b9e99e568bb2e0b6 /include/comphelper/automationinvokedzone.hxx
parent27cf6e73d05ac803d5fc12c53aea20ed53007234 (diff)
compact namespace: comphelper
Change-Id: I289e0bb488ef36c20d4996ff5b01d377733ad215 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99001 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper/automationinvokedzone.hxx')
-rw-r--r--include/comphelper/automationinvokedzone.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/comphelper/automationinvokedzone.hxx b/include/comphelper/automationinvokedzone.hxx
index 13b674efa7e1..81b0bfab6b4d 100644
--- a/include/comphelper/automationinvokedzone.hxx
+++ b/include/comphelper/automationinvokedzone.hxx
@@ -15,9 +15,7 @@
// Helpers for use when calling into LO from an Automation (OLE
// Automation) client.
-namespace comphelper
-{
-namespace Automation
+namespace comphelper::Automation
{
// Create an object of this class at the start of a function directly invoked from an Automation
// client.
@@ -32,7 +30,6 @@ public:
static bool isActive();
};
}
-}
#endif // INCLUDED_COMPHELPER_AUTOMATIONINVOKEDZONE_HXX