summaryrefslogtreecommitdiff
path: root/include/vcl/accessibletable.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-01 14:52:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-03 09:21:51 +0200
commit47cd34a60ff9048404075823e519f1abdd4b0e9a (patch)
treee9728dd7c686d23f90b4331f105d6f5f8c1176cd /include/vcl/accessibletable.hxx
parentc79dd92480cbc409a7061da7f3dd3abaaf9a4883 (diff)
use more compact namespace syntax in /include
excluding the UDK headers of course Change-Id: Iac7ab83d60265f7d362c860776f1de9d5e444ec0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93268 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/accessibletable.hxx')
-rw-r--r--include/vcl/accessibletable.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/vcl/accessibletable.hxx b/include/vcl/accessibletable.hxx
index 738832a3adcb..88b1890f2805 100644
--- a/include/vcl/accessibletable.hxx
+++ b/include/vcl/accessibletable.hxx
@@ -24,11 +24,11 @@
#include <com/sun/star/uno/Reference.hxx>
-namespace com { namespace sun { namespace star { namespace accessibility { class XAccessible; } } } }
+namespace com::sun::star::accessibility { class XAccessible; }
namespace utl { class AccessibleStateSetHelper; }
namespace vcl { class Window; }
-namespace vcl { namespace table
+namespace vcl::table
{
typedef sal_Int32 RowPos;
@@ -167,8 +167,7 @@ protected:
~IAccessibleTableControl() {}
};
-} // namespace table
-} // namespace vcl
+} // namespace vcl::table
#endif // INCLUDED_VCL_ACCESSIBLETABLE_HXX