diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2024-11-04 11:26:07 +0500 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-11-10 10:50:15 +0100 |
commit | 1180b3473aed3251b5869256abc9c7774bab9ced (patch) | |
tree | 72e169fd28db8da7b247290e2e53d530feae9d2b /extensions/source/update | |
parent | 7713d916e06a8388f849a758f928cbcfded6c0ae (diff) |
com::sun::star -> css
Change-Id: I890ec73e30d3cc6b210903ecee29431f3cb5f635
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175979
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'extensions/source/update')
-rw-r--r-- | extensions/source/update/check/download.cxx | 8 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheck.cxx | 12 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheckconfig.cxx | 10 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheckjob.cxx | 10 | ||||
-rw-r--r-- | extensions/source/update/check/updateprotocoltest.cxx | 4 | ||||
-rw-r--r-- | extensions/source/update/feed/test/updatefeedtest.cxx | 8 | ||||
-rw-r--r-- | extensions/source/update/feed/updatefeed.cxx | 18 |
7 files changed, 35 insertions, 35 deletions
diff --git a/extensions/source/update/check/download.cxx b/extensions/source/update/check/download.cxx index 7f876ec56d85..17056cc53820 100644 --- a/extensions/source/update/check/download.cxx +++ b/extensions/source/update/check/download.cxx @@ -35,10 +35,10 @@ #include "download.hxx" -namespace beans = com::sun::star::beans ; -namespace container = com::sun::star::container ; -namespace lang = com::sun::star::lang ; -namespace uno = com::sun::star::uno ; +namespace beans = css::beans ; +namespace container = css::container ; +namespace lang = css::lang ; +namespace uno = css::uno ; namespace { diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx index 139eabbd2050..41c05ac635fc 100644 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -53,12 +53,12 @@ #include "updateprotocol.hxx" #include "updatecheckconfig.hxx" -namespace beans = com::sun::star::beans ; -namespace deployment = com::sun::star::deployment ; -namespace lang = com::sun::star::lang ; -namespace c3s = com::sun::star::system ; -namespace task = com::sun::star::task ; -namespace uno = com::sun::star::uno ; +namespace beans = css::beans ; +namespace deployment = css::deployment ; +namespace lang = css::lang ; +namespace c3s = css::system ; +namespace task = css::task ; +namespace uno = css::uno ; constexpr OUStringLiteral PROPERTY_TITLE = u"BubbleHeading"; constexpr OUStringLiteral PROPERTY_TEXT = u"BubbleText"; diff --git a/extensions/source/update/check/updatecheckconfig.cxx b/extensions/source/update/check/updatecheckconfig.cxx index e62ff5fe93c9..718a33539523 100644 --- a/extensions/source/update/check/updatecheckconfig.cxx +++ b/extensions/source/update/check/updatecheckconfig.cxx @@ -36,11 +36,11 @@ #include <shlobj.h> #endif -namespace container = com::sun::star::container ; -namespace beans = com::sun::star::beans ; -namespace lang = com::sun::star::lang ; -namespace util = com::sun::star::util ; -namespace uno = com::sun::star::uno ; +namespace container = css::container ; +namespace beans = css::beans ; +namespace lang = css::lang ; +namespace util = css::util ; +namespace uno = css::uno ; #define LAST_CHECK "LastCheck" #define UPDATE_VERSION "UpdateVersion" diff --git a/extensions/source/update/check/updatecheckjob.cxx b/extensions/source/update/check/updatecheckjob.cxx index 7c34671ed876..b6e56196328e 100644 --- a/extensions/source/update/check/updatecheckjob.cxx +++ b/extensions/source/update/check/updatecheckjob.cxx @@ -36,11 +36,11 @@ #include <com/sun/star/frame/XTerminateListener.hpp> #include <com/sun/star/task/XJob.hpp> -namespace beans = com::sun::star::beans ; -namespace frame = com::sun::star::frame ; -namespace lang = com::sun::star::lang ; -namespace task = com::sun::star::task ; -namespace uno = com::sun::star::uno ; +namespace beans = css::beans ; +namespace frame = css::frame ; +namespace lang = css::lang ; +namespace task = css::task ; +namespace uno = css::uno ; namespace { diff --git a/extensions/source/update/check/updateprotocoltest.cxx b/extensions/source/update/check/updateprotocoltest.cxx index 070f930af160..b22b9c8be27a 100644 --- a/extensions/source/update/check/updateprotocoltest.cxx +++ b/extensions/source/update/check/updateprotocoltest.cxx @@ -28,8 +28,8 @@ #include <stdio.h> #include "sal/log.hxx" -namespace task = ::com::sun::star::task; -namespace uno = ::com::sun::star::uno; +namespace task = css::task; +namespace uno = css::uno; SAL_IMPLEMENT_MAIN() diff --git a/extensions/source/update/feed/test/updatefeedtest.cxx b/extensions/source/update/feed/test/updatefeedtest.cxx index 119aab24a3d1..4c3b8017414b 100644 --- a/extensions/source/update/feed/test/updatefeedtest.cxx +++ b/extensions/source/update/feed/test/updatefeedtest.cxx @@ -31,10 +31,10 @@ #include <sal/log.hxx> #include <stdio.h> -namespace deployment = ::com::sun::star::deployment; -namespace lang = ::com::sun::star::lang; -namespace uno = ::com::sun::star::uno; -namespace xml = ::com::sun::star::xml; +namespace deployment = css::deployment; +namespace lang = css::lang; +namespace uno = css::uno; +namespace xml = css::xml; SAL_IMPLEMENT_MAIN() diff --git a/extensions/source/update/feed/updatefeed.cxx b/extensions/source/update/feed/updatefeed.cxx index 241a74d385f4..f1d77008f7e4 100644 --- a/extensions/source/update/feed/updatefeed.cxx +++ b/extensions/source/update/feed/updatefeed.cxx @@ -56,15 +56,15 @@ #include <utility> #include <vcl/svapp.hxx> -namespace beans = com::sun::star::beans ; -namespace container = com::sun::star::container ; -namespace deployment = com::sun::star::deployment ; -namespace io = com::sun::star::io ; -namespace lang = com::sun::star::lang ; -namespace task = com::sun::star::task ; -namespace ucb = com::sun::star::ucb ; -namespace uno = com::sun::star::uno ; -namespace xml = com::sun::star::xml ; +namespace beans = css::beans ; +namespace container = css::container ; +namespace deployment = css::deployment ; +namespace io = css::io ; +namespace lang = css::lang ; +namespace task = css::task ; +namespace ucb = css::ucb ; +namespace uno = css::uno ; +namespace xml = css::xml ; namespace |