summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-12-11 21:55:28 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-13 19:47:42 +0100
commitc0046608da2f96f09a7393015b93f92ede6a409b (patch)
treefd6367ae8016e9d7573f1abbba0ba78e340e959d /winaccessibility
parentd915d43421b19571fc2d62315832134d83709fca (diff)
winaccessibility: nobody calls get_XInterface
Change-Id: I201fc14a02c47a6c735c65f649c6b9f068d92c71 (cherry picked from commit b6664d0649d9be6208b39d6dd276e40347af44c3)
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/UAccCOM/UNOXWrapper.h11
-rw-r--r--winaccessibility/source/UAccCOMIDL/UAccCOM.idl2
2 files changed, 0 insertions, 13 deletions
diff --git a/winaccessibility/source/UAccCOM/UNOXWrapper.h b/winaccessibility/source/UAccCOM/UNOXWrapper.h
index 4dd7a07c2dbc..64c54950080d 100644
--- a/winaccessibility/source/UAccCOM/UNOXWrapper.h
+++ b/winaccessibility/source/UAccCOM/UNOXWrapper.h
@@ -49,17 +49,6 @@ public:
return S_OK;
}
- STDMETHOD(get_XInterface)(/*[out,retval]*/hyper *pXInterface)
- {
- *pXInterface = reinterpret_cast<hyper>(pUNOInterface);
- return S_OK;
- }
-
- STDMETHOD(get_XSubInterface)(/*[out,retval]*/hyper *)
- {
- return S_OK;
- }
-
protected:
com::sun::star::accessibility::XAccessible* pUNOInterface;
diff --git a/winaccessibility/source/UAccCOMIDL/UAccCOM.idl b/winaccessibility/source/UAccCOMIDL/UAccCOM.idl
index 4d5da884a440..347ac4c02833 100644
--- a/winaccessibility/source/UAccCOMIDL/UAccCOM.idl
+++ b/winaccessibility/source/UAccCOMIDL/UAccCOM.idl
@@ -74,8 +74,6 @@ import "defines.idl";
{
[id(1), helpstring("method put_XInterface")] HRESULT put_XInterface(hyper pXInterface);
[id(2), helpstring("method put_XSubInterface")] HRESULT put_XSubInterface(hyper pXSubInterface);
- [id(3), helpstring("method get_XInterface")] HRESULT get_XInterface([out,retval]hyper* pXInterface);
- [id(4), helpstring("method get_XSubInterface")] HRESULT get_XSubInterface([out,retval]hyper * pXSubInterface);
};
[