diff options
Diffstat (limited to 'include/unotools/configvaluecontainer.hxx')
-rw-r--r-- | include/unotools/configvaluecontainer.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/configvaluecontainer.hxx b/include/unotools/configvaluecontainer.hxx index 708f6acc9292..c4447fca28f4 100644 --- a/include/unotools/configvaluecontainer.hxx +++ b/include/unotools/configvaluecontainer.hxx @@ -25,8 +25,8 @@ #include <memory> -namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } } -namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } +namespace com::sun::star::uno { template <typename > class Reference; } +namespace com::sun::star::uno { class XComponentContext; } namespace osl { class Mutex; } namespace utl |