diff options
Diffstat (limited to 'xmlscript/source')
-rw-r--r-- | xmlscript/source/inc/unoservices.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/source/inc/unoservices.hxx b/xmlscript/source/inc/unoservices.hxx index 4ad18b40ee23..aecdcea30427 100644 --- a/xmlscript/source/inc/unoservices.hxx +++ b/xmlscript/source/inc/unoservices.hxx @@ -24,10 +24,10 @@ #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustring.hxx> -namespace com { namespace sun { namespace star { namespace uno { +namespace com::sun::star::uno { class XComponentContext; class XInterface; -} } } } +} namespace xmlscript { |