[Libreoffice-commits] core.git: include/uno

Stephan Bergmann sbergman at redhat.com
Fri Sep 23 15:15:33 UTC 2016


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

New commits:
commit 751689283c9f3010f7978b6576b25ffc579202ef
Author: Stephan Bergmann <sbergman at redhat.com>
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
 };
 
 


More information about the Libreoffice-commits mailing list