diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-02-06 11:58:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-02-06 11:58:58 +0000 |
commit | 643a5dcf23ed5c56184f6e9a30f4b6434cee066a (patch) | |
tree | 650a492ce69bf28a4e7a188a1a63c50f626ece30 /xmlsecurity/inc | |
parent | 72385decc0e666a184c0deea79abd20ada0bc07d (diff) |
INTEGRATION: CWS pb11 (1.8.20); FILE MERGED
2006/02/02 10:33:02 pb 1.8.20.1: fix: #i48648# SvxSimpleTable now SvHeaderTabListBox
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 05d9eae0d986..b87aa749b657 100644 --- a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx +++ b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx @@ -4,9 +4,9 @@ * * $RCSfile: digitalsignaturesdialog.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-11-11 09:17:24 $ + * last change: $Author: kz $ $Date: 2006-02-06 12:58:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -80,7 +80,7 @@ private: FixedText maHintDocFT; FixedText maHintBasicFT; FixedText maHintPackageFT; - SvxSimpleTable maSignaturesLB; + SvxSimpleTable maSignaturesLB; // PB 2006/02/02 #i48648 now SvHeaderTabListBox FixedImage maSigsValidImg; FixedInfo maSigsValidFI; FixedImage maSigsInvalidImg; |