https://bugs.freedesktop.org/show_bug.cgi?id=83522

          Priority: medium
            Bug ID: 83522
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: getTransferable copy content to system clipboard when
                    content removed
          Severity: normal
    Classification: Unclassified
                OS: Windows (All)
          Reporter: serj...@yandex.ru
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 4.3.1.2 release
         Component: sdk
           Product: LibreOffice

cur = ThisComponent.Text.createTextCursor()
cur.goRight(3, True)    
ThisComponent.CurrentController.select(cur)       
transferable = ThisComponent.CurrentController.getTransferable()
cur.String = "" ' here


System clipboard now contains transferable text.

P.S. Does getTransferable really works through system clipboard? O_o

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to