diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-13 17:35:58 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-13 17:35:58 +0100 |
commit | 8add7525175749499cb8f6cc24e23e434beb49e9 (patch) | |
tree | aa423dd2dcc0092b54fa503e29649b09ed7ad29d /xmlsecurity/inc | |
parent | e66aaababcd2bb4b660f798a06d518e394c1c855 (diff) |
Remove bogus comments
Diffstat (limited to 'xmlsecurity/inc')
4 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/certificatechooser.hxx b/xmlsecurity/inc/xmlsecurity/certificatechooser.hxx index e74aa1f5cece..e7ff72c23e88 100644 --- a/xmlsecurity/inc/xmlsecurity/certificatechooser.hxx +++ b/xmlsecurity/inc/xmlsecurity/certificatechooser.hxx @@ -61,7 +61,7 @@ private: SignatureInformations maCertsToIgnore; FixedText maHintFT; - SvxSimpleTable maCertLB; // PB 2006/02/02 #i48648 now SvHeaderTabListBox + SvxSimpleTable maCertLB; // #i48648 now SvHeaderTabListBox PushButton maViewBtn; diff --git a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx index f9031a9514ed..fbca79d555f5 100644 --- a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx +++ b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx @@ -114,7 +114,7 @@ public: class CertificateViewerDetailsTP : public CertificateViewerTP { private: - SvxSimpleTable maElementsLB; // PB 2006/02/02 #i48648 now SvHeaderTabListBox + SvxSimpleTable maElementsLB; // #i48648 now SvHeaderTabListBox MultiLineEdit maElementML; Font maStdFont; Font maFixedWidthFont; diff --git a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx index 292653745f80..71ac58878e76 100644 --- a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx +++ b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx @@ -80,7 +80,7 @@ private: FixedText maHintDocFT; FixedText maHintBasicFT; FixedText maHintPackageFT; - SvxSimpleTable maSignaturesLB; // PB 2006/02/02 #i48648 now SvHeaderTabListBox + SvxSimpleTable maSignaturesLB; // #i48648 now SvHeaderTabListBox FixedImage maSigsValidImg; FixedInfo maSigsValidFI; FixedImage maSigsInvalidImg; diff --git a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx index 46854d04d604..1d80081c83b5 100644 --- a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx +++ b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx @@ -138,7 +138,7 @@ class MacroSecurityTrustedSourcesTP : public MacroSecurityTP private: FixedLine maTrustCertFL; ReadOnlyImage maTrustCertROFI; - SvxSimpleTable maTrustCertLB; // PB 2006/02/02 #i48648 now SvHeaderTabListBox + SvxSimpleTable maTrustCertLB; // #i48648 now SvHeaderTabListBox PushButton maAddCertPB; PushButton maViewCertPB; PushButton maRemoveCertPB; |