include/uno/dispatcher.hxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 751689283c9f3010f7978b6576b25ffc579202ef
Author: Stephan Bergmann <[email protected]>
Date:   Fri Sep 23 17:13:13 2016 +0200

    These functions wouldn't be implicitly declared/defined, anyway
    
    Change-Id: Icd8531a6665b83c801b2f1e62dea5e8c45b06f00

diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx
index d8d5189..f7a4a0a 100644
--- a/include/uno/dispatcher.hxx
+++ b/include/uno/dispatcher.hxx
@@ -77,12 +77,6 @@ public:
     inline void dispatch(
         struct _typelib_TypeDescription const * pMemberType,
         void * pReturn, void * pArgs [], uno_Any ** ppException ) const;
-
-private:
-    inline bool operator == ( UnoInterfaceReference const & ); // not impl
-    inline bool operator != ( UnoInterfaceReference const & ); // not impl
-    inline bool operator == ( uno_Interface * ); // not impl
-    inline bool operator != ( uno_Interface * ); // not impl
 };
 
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to