diff options
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/provider/contentinfo.hxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/simpleioerrorrequest.hxx | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/ucbhelper/source/provider/contentinfo.hxx b/ucbhelper/source/provider/contentinfo.hxx index 3472ed49922c..01d10e07545f 100644 --- a/ucbhelper/source/provider/contentinfo.hxx +++ b/ucbhelper/source/provider/contentinfo.hxx @@ -28,7 +28,7 @@ #include <osl/mutex.hxx> -namespace com { namespace sun { namespace star { namespace ucb { class XCommandEnvironment; } } } } +namespace com::sun::star::ucb { class XCommandEnvironment; } namespace ucbhelper { diff --git a/ucbhelper/source/provider/simpleioerrorrequest.hxx b/ucbhelper/source/provider/simpleioerrorrequest.hxx index 3a5225ac6a82..134f10a9aa5e 100644 --- a/ucbhelper/source/provider/simpleioerrorrequest.hxx +++ b/ucbhelper/source/provider/simpleioerrorrequest.hxx @@ -23,9 +23,7 @@ #include <com/sun/star/ucb/IOErrorCode.hpp> #include <ucbhelper/interactionrequest.hxx> -namespace com { namespace sun { namespace star { namespace ucb { - class XCommandProcessor; -} } } } +namespace com::sun::star::ucb { class XCommandProcessor; } namespace ucbhelper { |