To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89528
                 Issue #|89528
                 Summary|canAdd and co extra qualification
               Component|xml
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P1
            Subcomponent|code
             Assigned to|vg
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Thu May 15 19:52:12 +0000 
2008 -------
Hi,

please apply this to prevent extra qualification warnings:

diff -urN 
ooo_DEV300_m13_src.orig/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx 
ooo_DEV300_m13_src/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx
--- 
ooo_DEV300_m13_src.orig/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx 
    2008-05-
15 21:43:51.000000000 +0200
+++ ooo_DEV300_m13_src/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx 
2008-05-15 
21:46:46.000000000 +0200
@@ -107,8 +107,8 @@
     //Checks if adding is allowed. 
     //See the spec at 
specs/www/appwide/security/Electronic_Signatures_and_Security.sxw
     //(6.6.2)Behaviour with regard to ODF 1.2
-    bool DigitalSignaturesDialog::canAdd();
-    bool DigitalSignaturesDialog::canRemove();
+    bool canAdd();
+    bool canRemove();
 
 public:
        DigitalSignaturesDialog( Window* pParent, cssu::Reference<

---------------------------------------------------------------------
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