diff options
Diffstat (limited to 'shell/source/backends')
-rw-r--r-- | shell/source/backends/localebe/localebecdef.cxx | 4 | ||||
-rw-r--r-- | shell/source/backends/macbe/macbecdef.cxx | 4 | ||||
-rw-r--r-- | shell/source/backends/wininetbe/wininetbecdef.cxx | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/shell/source/backends/localebe/localebecdef.cxx b/shell/source/backends/localebe/localebecdef.cxx index 620321003720..ee7b1edd73af 100644 --- a/shell/source/backends/localebe/localebecdef.cxx +++ b/shell/source/backends/localebe/localebecdef.cxx @@ -32,9 +32,7 @@ #include <cppuhelper/implementationentry.hxx> #include <com/sun/star/uno/XComponentContext.hpp> -namespace css = com::sun::star ; -namespace uno = css::uno ; -namespace lang = css::lang ; +namespace uno = com::sun::star::uno ; //------------------------------------------------------------------------------ diff --git a/shell/source/backends/macbe/macbecdef.cxx b/shell/source/backends/macbe/macbecdef.cxx index cf0993723d86..a52d7acb6ee9 100644 --- a/shell/source/backends/macbe/macbecdef.cxx +++ b/shell/source/backends/macbe/macbecdef.cxx @@ -33,9 +33,7 @@ #include <cppuhelper/implementationentry.hxx> #include <com/sun/star/uno/XComponentContext.hpp> -namespace css = com::sun::star; -namespace uno = css::uno; -namespace lang = css::lang; +namespace uno = com::sun::star::uno; //------------------------------------------------------------------------------ diff --git a/shell/source/backends/wininetbe/wininetbecdef.cxx b/shell/source/backends/wininetbe/wininetbecdef.cxx index 1f1034cb22e4..ca82c1b8c088 100644 --- a/shell/source/backends/wininetbe/wininetbecdef.cxx +++ b/shell/source/backends/wininetbe/wininetbecdef.cxx @@ -33,9 +33,7 @@ #include <cppuhelper/implementationentry.hxx> #include <com/sun/star/uno/XComponentContext.hpp> -namespace css = com::sun::star ; -namespace uno = css::uno ; -namespace lang = css::lang ; +namespace uno = com::sun::star::uno ; //------------------------------------------------------------------------------ |