summaryrefslogtreecommitdiff
path: root/sal/osl/w32/procimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/procimpl.cxx')
-rw-r--r--sal/osl/w32/procimpl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sal/osl/w32/procimpl.cxx b/sal/osl/w32/procimpl.cxx
index dcaca741ae1f..d537cd9c8d05 100644
--- a/sal/osl/w32/procimpl.cxx
+++ b/sal/osl/w32/procimpl.cxx
@@ -45,7 +45,6 @@ namespace /* private */
typedef std::vector<rtl::OUString> string_container_t;
typedef string_container_t::iterator string_container_iterator_t;
typedef string_container_t::const_iterator string_container_const_iterator_t;
- typedef std::pair<string_container_iterator_t, string_container_iterator_t> iterator_pair_t;
typedef std::vector<sal_Unicode> environment_container_t;
/* Function object that compares two strings that are
@@ -144,7 +143,7 @@ namespace /* private */
if (env_var.getLength() == 0)
return false;
- iterator_pair_t iter_pair = std::equal_range(
+ auto iter_pair = std::equal_range(
merged_env->begin(),
merged_env->end(),
env_var,