summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 15:53:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:01:51 +0200
commitde3ba2df0a5ddccee02d9cf55f60a5ce348c00f1 (patch)
treec7eb0ed837e4b777d1b59eaa0eb31b6906d17912 /reportdesign/inc
parent3c800667b75c6b5def45035d69be4fefc6cd3809 (diff)
compact namespace in reportdesign
Change-Id: I30d6f8436cc85097a4d8e64db266fc31773e5351 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93859 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/RptDef.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx
index 92a7c5b6f6d8..fab7f9df7a57 100644
--- a/reportdesign/inc/RptDef.hxx
+++ b/reportdesign/inc/RptDef.hxx
@@ -31,12 +31,12 @@
#include <svx/fmglob.hxx>
#include <svx/svdtypes.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace report {
class XReportComponent;
class XReportDefinition;
}
-}}}
+}
namespace rptui
{