summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-22 13:21:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-22 13:21:08 +0000
commitcd95a24643055cd6428ef7f3384901bec1fc1a9a (patch)
tree17ab126acf21ea4719fae6d51f2d8b394cf4807e
parentaa8b7fdd6165cc54eab485d3f24c894a3bdb0f06 (diff)
tweak this to make it easy to compiler with c++0x
-rw-r--r--unotools/source/config/inetoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/inetoptions.cxx b/unotools/source/config/inetoptions.cxx
index 387bbe384edc..bc6f3c493aff 100644
--- a/unotools/source/config/inetoptions.cxx
+++ b/unotools/source/config/inetoptions.cxx
@@ -247,7 +247,7 @@ SvtInetOptions::Impl::notifyListeners(
{
aEvents.realloc(nCount);
aNotifications.
- push_back(std::make_pair< List::value_type::first_type,
+ push_back(std::pair< List::value_type::first_type,
List::value_type::second_type >(
aIt->first, aEvents));
}