summaryrefslogtreecommitdiff
path: root/forms/source/xforms/enumeration.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 14:34:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 21:13:05 +0200
commiteecf74d417800138e39304857901bf69c0b756de (patch)
tree2d3b3be9f38399a23a42efaa006f26458bf7f7c4 /forms/source/xforms/enumeration.hxx
parent561dd7ba983a0f40bff46169eb17358f73f6ff41 (diff)
compact namespace in filter..framework
Change-Id: Id3c2d9b1fdf9d617adea0fa1ab2fa9a2de12ef50 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93727 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source/xforms/enumeration.hxx')
-rw-r--r--forms/source/xforms/enumeration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/enumeration.hxx b/forms/source/xforms/enumeration.hxx
index f5cc97ae0dd5..f790f17bc65c 100644
--- a/forms/source/xforms/enumeration.hxx
+++ b/forms/source/xforms/enumeration.hxx
@@ -25,13 +25,13 @@
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/uno/Reference.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace container { class XIndexAccess; }
namespace uno { class Any; }
namespace container { class NoSuchElementException; }
namespace lang { class WrappedTargetException; }
namespace uno { class RuntimeException; }
-} } }
+}
/** implement XEnumeration based on container::XIndexAccess */
class Enumeration