diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:08:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 07:54:02 +0200 |
commit | ccc73667e0e3bc5ca37a2837c543c944cf924f20 (patch) | |
tree | 9ab57272a760607cf7b6363b1acaee554f85f9ef /svx/inc/AccessibleTableShape.hxx | |
parent | e44ca108d47d9eec9e109a325dd9352b94e913b0 (diff) |
compact namespace in svx
Change-Id: I9229775999aa70c2b37c0527ba1c332143f9f2cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93877
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/AccessibleTableShape.hxx')
-rw-r--r-- | svx/inc/AccessibleTableShape.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/inc/AccessibleTableShape.hxx b/svx/inc/AccessibleTableShape.hxx index 85e8ac8f5d73..45138030eec6 100644 --- a/svx/inc/AccessibleTableShape.hxx +++ b/svx/inc/AccessibleTableShape.hxx @@ -30,9 +30,7 @@ #include <com/sun/star/view/XSelectionChangeListener.hpp> #include <com/sun/star/accessibility/XAccessibleTableSelection.hpp> -namespace sdr { namespace table { - class SvxTableController; -} } +namespace sdr::table { class SvxTableController; } namespace accessibility { |