diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 18:14:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 20:31:01 +0200 |
commit | 079ebdc3fd8413d3ab4d254d7576500a9547965f (patch) | |
tree | 5523bcc495287ec595ee9fd37aeafbb9f1634354 /include/editeng | |
parent | 5087a64842b3e4c96905cc8a9304ec0154ea0d11 (diff) |
compact namespace: editeng-filter
Change-Id: I240bff8de9489d3c0c9c9be6b31ce7e15661bff8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98922
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/forbiddencharacterstable.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/editeng/forbiddencharacterstable.hxx b/include/editeng/forbiddencharacterstable.hxx index dff3309591a2..923f1886ae4f 100644 --- a/include/editeng/forbiddencharacterstable.hxx +++ b/include/editeng/forbiddencharacterstable.hxx @@ -27,12 +27,7 @@ #include <map> #include <memory> -namespace com { -namespace sun { -namespace star { -namespace uno { - class XComponentContext; -}}}} +namespace com::sun::star::uno { class XComponentContext; } class EDITENG_DLLPUBLIC SvxForbiddenCharactersTable { |