summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:17:03 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:17:03 +0000
commita2af5310dbfbc51c808059304251a043e44fc601 (patch)
treefe3dfe2f71c5bea45a57a74bbe778ed9deedfaae /xmlsecurity
parent06c961b51332738389787d66dde604b86c1675bb (diff)
INTEGRATION: CWS residcleanup (1.10.36); FILE MERGED
2007/03/04 17:32:24 pl 1.10.36.1: #i73635# ResId cleanup
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/dialogs/certificatechooser.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx b/xmlsecurity/source/dialogs/certificatechooser.cxx
index 98ba09f3a982..0a0508d5a09b 100644
--- a/xmlsecurity/source/dialogs/certificatechooser.cxx
+++ b/xmlsecurity/source/dialogs/certificatechooser.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: certificatechooser.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:35:04 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:17:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,17 +81,17 @@ USHORT CertificateChooser::GetSelectedEntryPos( void ) const
CertificateChooser::CertificateChooser( Window* _pParent, uno::Reference< dcss::xml::crypto::XSecurityEnvironment >& _rxSecurityEnvironment, const SignatureInformations& _rCertsToIgnore )
:ModalDialog ( _pParent, XMLSEC_RES( RID_XMLSECDLG_CERTCHOOSER ) )
,maCertsToIgnore( _rCertsToIgnore )
- ,maHintFT ( this, ResId( FT_HINT_SELECT ) )
- ,maCertLB ( this, ResId( LB_SIGNATURES ) )
- ,maViewBtn ( this, ResId( BTN_VIEWCERT ) )
- ,maBottomSepFL ( this, ResId( FL_BOTTOM_SEP ) )
- ,maOKBtn ( this, ResId( BTN_OK ) )
- ,maCancelBtn ( this, ResId( BTN_CANCEL ) )
- ,maHelpBtn ( this, ResId( BTN_HELP ) )
+ ,maHintFT ( this, XMLSEC_RES( FT_HINT_SELECT ) )
+ ,maCertLB ( this, XMLSEC_RES( LB_SIGNATURES ) )
+ ,maViewBtn ( this, XMLSEC_RES( BTN_VIEWCERT ) )
+ ,maBottomSepFL ( this, XMLSEC_RES( FL_BOTTOM_SEP ) )
+ ,maOKBtn ( this, XMLSEC_RES( BTN_OK ) )
+ ,maCancelBtn ( this, XMLSEC_RES( BTN_CANCEL ) )
+ ,maHelpBtn ( this, XMLSEC_RES( BTN_HELP ) )
{
static long nTabs[] = { 3, 0, 30*CS_LB_WIDTH/100, 60*CS_LB_WIDTH/100 };
maCertLB.SetTabs( &nTabs[0] );
- maCertLB.InsertHeaderEntry( String( ResId( STR_HEADERBAR ) ) );
+ maCertLB.InsertHeaderEntry( String( XMLSEC_RES( STR_HEADERBAR ) ) );
maCertLB.SetSelectHdl( LINK( this, CertificateChooser, CertificateHighlightHdl ) );
maCertLB.SetDoubleClickHdl( LINK( this, CertificateChooser, CertificateSelectHdl ) );
maViewBtn.SetClickHdl( LINK( this, CertificateChooser, ViewButtonHdl ) );