summaryrefslogtreecommitdiff
path: root/emfio/source/emfuno/xemfparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'emfio/source/emfuno/xemfparser.hxx')
-rw-r--r--emfio/source/emfuno/xemfparser.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/emfio/source/emfuno/xemfparser.hxx b/emfio/source/emfuno/xemfparser.hxx
index e4d1b53fa055..426231d362fc 100644
--- a/emfio/source/emfuno/xemfparser.hxx
+++ b/emfio/source/emfuno/xemfparser.hxx
@@ -25,14 +25,14 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace uno {
class XComponentContext;
class XInterface;
}
-} } }
+}
-namespace emfio { namespace emfreader {
+namespace emfio::emfreader {
css::uno::Reference< css::uno::XInterface >
XEmfParser_createInstance( css::uno::Reference< css::uno::XComponentContext > const &);
@@ -42,7 +42,7 @@ OUString XEmfParser_getImplementationName();
css::uno::Sequence< OUString >
XEmfParser_getSupportedServiceNames();
-} }
+}
#endif