[Libreoffice-commits] .: tools/inc

Caolán McNamara caolan at kemper.freedesktop.org
Wed Aug 24 03:27:21 PDT 2011


 tools/inc/tools/list.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 43fe89ab340c3c8ff3197b35613495b7abebcfd6
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Aug 24 11:27:13 2011 +0100

    hmm, rebuilt the first time ok for me, remove additional unused inlines

diff --git a/tools/inc/tools/list.hxx b/tools/inc/tools/list.hxx
index 22cb0be..8caa0d1 100644
--- a/tools/inc/tools/list.hxx
+++ b/tools/inc/tools/list.hxx
@@ -97,8 +97,6 @@ public:                                                                 \
                     { List::Insert( (void*)p, nIndex ); }               \
     void        Insert( Type p )                                        \
                     { List::Insert( (void*)p ); }                       \
-    void        Insert( Type pNew, Type pOld )                          \
-                    { List::Insert( (void*)pNew, (void*)pOld ); }       \
     Type        Remove()                                                \
                     { return (Type)List::Remove(); }                    \
     Type        Remove( sal_uIntPtr nIndex )                                  \


More information about the Libreoffice-commits mailing list