summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager/dp_activepackages.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/manager/dp_activepackages.cxx')
-rw-r--r--desktop/source/deployment/manager/dp_activepackages.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/manager/dp_activepackages.cxx b/desktop/source/deployment/manager/dp_activepackages.cxx
index c9234ae10735..410c0aab528a 100644
--- a/desktop/source/deployment/manager/dp_activepackages.cxx
+++ b/desktop/source/deployment/manager/dp_activepackages.cxx
@@ -169,7 +169,7 @@ ActivePackages::Entries ActivePackages::getEntries() const {
{
if (!i->first.isEmpty() && i->first[0] == separator) {
es.push_back(
- ::std::make_pair(
+ std::make_pair(
OUString(
i->first.getStr() + 1, i->first.getLength() - 1,
RTL_TEXTENCODING_UTF8),
@@ -178,7 +178,7 @@ ActivePackages::Entries ActivePackages::getEntries() const {
OUString fn(
OStringToOUString(i->first, RTL_TEXTENCODING_UTF8));
es.push_back(
- ::std::make_pair(
+ std::make_pair(
::dp_misc::generateLegacyIdentifier(fn),
decodeOldData(fn, i->second)));
}