summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 15:54:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:02:08 +0200
commit32ff26f771a90050f524968dfd5381818274f673 (patch)
treee9630b8d37ed6b4bb5cdfb3bc3975680201a2b51 /sc/inc/chart2uno.hxx
parentde3ba2df0a5ddccee02d9cf55f60a5ce348c00f1 (diff)
compact namespace in sc
Change-Id: I05ffad6b92883d3eb6d337fe75f5fc7864485861 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93860 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 21c61990b4f8..fee5e2b211ce 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -48,7 +48,7 @@
#include <unordered_set>
#include <vector>
-namespace com { namespace sun { namespace star { namespace chart2 { namespace data { class XLabeledDataSequence; } } } } }
+namespace com::sun::star::chart2::data { class XLabeledDataSequence; }
class ScDocument;