[Libreoffice-commits] .: unotools/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Nov 22 05:21:14 PST 2010


 unotools/source/config/inetoptions.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2110f94b223621601a0a536910a0aa500b1a45a5
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 22 13:21:08 2010 +0000

    tweak this to make it easy to compiler with c++0x

diff --git a/unotools/source/config/inetoptions.cxx b/unotools/source/config/inetoptions.cxx
index 7a5ebee..ef1fae8 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));
             }


More information about the Libreoffice-commits mailing list