<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello there,</p>
<p><br>
</p>
<p>I'm trying to disable Copy (ctrl + C) using java UNO API. I could find this example: https://wiki.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/Disable_Commands and it works perfect for commands such as Open and Save. The problem with Copy is that
 even the command not being in menu, I am still able to Copy text using Ctrl + C. </p>
<p><br>
</p>
<p>Is this a bug? If so, how can I prevent user from copying content from the document?</p>
<p><br>
</p>
<p>Thanks in advance.</p>
</div>
</body>
</html>