diff options
Diffstat (limited to 'extensions/source/update/check/updatecheckconfig.cxx')
-rw-r--r-- | extensions/source/update/check/updatecheckconfig.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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" |