From 01d0032fa306c596aaa44c5b35d69db6d90a65e6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 9 May 2020 15:54:11 +0200 Subject: compact namespace in sw Change-Id: Ie2c3e3f95a687b12b89bcfc5cad44fb7a1d4568f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93862 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/dlelstnr.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/dlelstnr.hxx') diff --git a/sw/inc/dlelstnr.hxx b/sw/inc/dlelstnr.hxx index 2bebbddcf105..f431bbda8821 100644 --- a/sw/inc/dlelstnr.hxx +++ b/sw/inc/dlelstnr.hxx @@ -24,7 +24,7 @@ #include #include -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace linguistic2 { class XLinguServiceManager2; class XProofreadingIterator; @@ -32,7 +32,7 @@ namespace com { namespace sun { namespace star { namespace frame { class XDesktop2; } -} } } +} /** EventListener that triggers spellchecking and hyphenation. -- cgit