summaryrefslogtreecommitdiff
path: root/include/vcl/uitest
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 18:45:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 20:41:14 +0200
commite06cb5853f735e523f740dec82954c54cbe47f48 (patch)
tree0e4841cb54766a810fdca5af125ce8c01ecaa384 /include/vcl/uitest
parent1d3bec99e87c6f1e083f36bc1906839025d640df (diff)
compact namespace: vcl
Change-Id: Ic861003f522e76431fffaadc408d0a153b12d0e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99003 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/uitest')
-rw-r--r--include/vcl/uitest/logger.hxx23
1 files changed, 2 insertions, 21 deletions
diff --git a/include/vcl/uitest/logger.hxx b/include/vcl/uitest/logger.hxx
index 8bda3548875d..a2339b8b8e39 100644
--- a/include/vcl/uitest/logger.hxx
+++ b/include/vcl/uitest/logger.hxx
@@ -15,33 +15,14 @@
#include <tools/stream.hxx>
#include <vcl/vclevent.hxx>
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace beans
+namespace com::sun::star::beans
{
struct PropertyValue;
}
-}
-}
-}
-namespace com
-{
-namespace sun
-{
-namespace star
-{
-namespace uno
+namespace com::sun::star::uno
{
template <class E> class Sequence;
}
-}
-}
-}
-
struct EventDescription;
class Control;
class KeyEvent;