summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-12-17 11:36:33 +0200
committerTor Lillqvist <tml@collabora.com>2014-12-17 11:40:35 +0200
commitd4a953e57475234f1a07c40bb07899a1677fcabe (patch)
tree9c0b1150e01072457960c0fdc28611508702371f /offapi
parent02a88ffea593481620993781cb318d52252b8cfc (diff)
Tell people not to use createScreenCompatibleDeviceUsingBuffer()
I would have liked to kill this whole interface but it turns out that despite it being not published it is already being used for essential functionality by 3rd parties. Oh well, that is of course exactly what to expect with something explicitly marked as "experimental". Change-Id: I38716a23580313d955ae6bf09dfbcac519a7fb4e
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XToolkitExperimental.idl14
1 files changed, 1 insertions, 13 deletions
diff --git a/offapi/com/sun/star/awt/XToolkitExperimental.idl b/offapi/com/sun/star/awt/XToolkitExperimental.idl
index 349c2058a4cc..7114446e1953 100644
--- a/offapi/com/sun/star/awt/XToolkitExperimental.idl
+++ b/offapi/com/sun/star/awt/XToolkitExperimental.idl
@@ -19,19 +19,7 @@ module com { module sun { module star { module awt {
interface XToolkitExperimental : XToolkit2
{
- /** Create a bitmap device using a byte buffer allocated outside of UNO territory.
- *
- * @returns the device
- *
- * @param AddressOfMemoryBufferForSharedArrayWrapper is the address of a
- * (C++) object the exact type of which is to be determined, but the point
- * is that it will then be rewrapped into a boost::shared_array of bytes to
- * be passed to the basebmp code. shared_array has its own style of
- * reference counting, naturally not related to UNO's or Java's, so lots of
- * fun stuff to take care of. I won't bother complicating stuff with
- * XUnoTunnel here (if it would even be possible to use it), this isn't in
- * any way intended to be "generic" anyway, but is experimental work in
- * progress, indented just for Android so far, and probably for iOS, too.
+ /** Don't use this.
*/
com::sun::star::awt::XDevice createScreenCompatibleDeviceUsingBuffer( [in] long Width,