diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-16 08:40:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-16 08:40:59 +0000 |
commit | 14f58aeb5d19a42e86c0f7c8568d25f2eaaad1e5 (patch) | |
tree | f7b4446c80493fadd90b04db49c8ebde2ca78b1c /xmlsecurity/inc | |
parent | 68b5a5670e07ceeb898ea4fe0537cfe0c335fb50 (diff) |
#i89516#
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx index fb79af8b9835..942df5cf4e85 100644 --- a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx +++ b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: digitalsignaturesdialog.hxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -107,8 +107,8 @@ private: //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< |