diff options
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_theextmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx index 85fbabb65e5c..c02725d277cd 100644 --- a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx +++ b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx @@ -34,7 +34,7 @@ #include "dp_identifier.hxx" #include "dp_update.hxx" -#define USER_PACKAGE_MANAGER OUString("user") +#define USER_PACKAGE_MANAGER "user" #define SHARED_PACKAGE_MANAGER "shared" using namespace ::com::sun::star; |