diff options
Diffstat (limited to 'svl/source/uno/pathservice.cxx')
-rw-r--r-- | svl/source/uno/pathservice.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/uno/pathservice.cxx b/svl/source/uno/pathservice.cxx index 3b4e0c178b2c..c0b951f15046 100644 --- a/svl/source/uno/pathservice.cxx +++ b/svl/source/uno/pathservice.cxx @@ -26,9 +26,9 @@ #include <com/sun/star/frame/XConfigManager.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -namespace com { namespace sun { namespace star { namespace uno { +namespace com::sun::star::uno { class XComponentContext; -} } } } +} namespace { |