To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17187





------- Additional comments from [EMAIL PROTECTED] Wed Mar  2 06:24:50 -0800 
2005 -------
ah ....

The menu items are defined in configuration files:
  sw/uiconfig/*/menubar/menubar.xml
  sc/uiconfig/*/menubar/menubar.xml
  sd/uiconfig/*/menubar/menubar.xml
(look for uno:Signature therein)

The respective status bar item is nearby, in the statusbar.xml files

The place for hiding/disabling the respective items at runtime is in
sfx2/source/doc/objserv.cxx for the menu item, and in <I_dont_know> for the
status bar item.

The file properties dialog is implemented in sfx2/source/dialog/dinfdlg.*.


Out of my head, I cannot imagine straight-forward solutions for removing the
signature functionality from those places at compile time. I suppose we need to
do this at runtime (for instance by checking the availability of the
com.sun.star.security.DocumentDigitalSignatures service and disabling/removing
the items). However, I suggest doing this separately then, and not in the course
of this issue here.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to