summaryrefslogtreecommitdiffstats
path: root/include/uno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-23 17:13:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-23 17:13:13 +0200
commit751689283c9f3010f7978b6576b25ffc579202ef (patch)
treefdbacbaac41d9f28831d50b102ade36cf86576c0 /include/uno
parentMakefile.in: check JAVA_HOME/bin, not JAVA_HOME/include (diff)
downloadcore-751689283c9f3010f7978b6576b25ffc579202ef.tar.gz
core-751689283c9f3010f7978b6576b25ffc579202ef.zip
These functions wouldn't be implicitly declared/defined, anyway
Change-Id: Icd8531a6665b83c801b2f1e62dea5e8c45b06f00
Diffstat (limited to 'include/uno')
-rw-r--r--include/uno/dispatcher.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx
index d8d5189b14ec..f7a4a0a37f6f 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
};