Kaydet (Commit) 85ef81f3 authored tarafından Tomas Hlavaty's avatar Tomas Hlavaty Kaydeden (comit) Michael Stahl

idl fix symbol references

üst dc6e942d
......@@ -47,7 +47,7 @@ published struct ClipboardEvent: com::sun::star::lang::EventObject
//-------------------------------------------------------------------------
/** The current content of the clipboard.
*/
XTransferable Contents;
com::sun::star::datatransfer::XTransferable Contents;
};
//=============================================================================
......
......@@ -54,7 +54,7 @@ published interface XClipboard: com::sun::star::uno::XInterface
@see com::sun::star::datatransfer::XTransferable
*/
XTransferable getContents();
com::sun::star::datatransfer::XTransferable getContents();
//-------------------------------------------------------------------------
/** Sets the current contents of the clipboard to the specified
......@@ -76,7 +76,7 @@ published interface XClipboard: com::sun::star::uno::XInterface
@see com::sun::star::datatransfer::XTransferable
@see com::sun::star::datatransfer::clipboard::XClipboardOwner
*/
[oneway] void setContents( [in] XTransferable xTrans, [in] XClipboardOwner xClipboardOwner );
[oneway] void setContents( [in] com::sun::star::datatransfer::XTransferable xTrans, [in] XClipboardOwner xClipboardOwner );
//-------------------------------------------------------------------------
/** To get the name of the clipboard instance.
......
......@@ -59,7 +59,7 @@ published interface XClipboardOwner: com::sun::star::uno::XInterface
@see com::sun::star::datatransfer::clipboard::XClipboard
@see com::sun::star::datatransfer::XTransferable
*/
[oneway] void lostOwnership( [in] XClipboard xClipboard, [in] XTransferable xTrans );
[oneway] void lostOwnership( [in] XClipboard xClipboard, [in] com::sun::star::datatransfer::XTransferable xTrans );
};
//=============================================================================
......
......@@ -55,7 +55,7 @@ published struct DropTargetDragEnterEvent: DropTargetDragEvent
*/
sequence< DataFlavor > SupportedDataFlavors;
sequence< com::sun::star::datatransfer::DataFlavor > SupportedDataFlavors;
};
//=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment