summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-14 14:23:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-14 15:24:34 +0100
commit024c78c94f43d6896e138b951cf55f31ec7dfd56 (patch)
treec2c89ab6be9028bbd19b43f15a9d1a8d71b8b4ba /xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
parent9ae7372923960ed02067f1757d155437ba142d5b (diff)
Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parent
Diffstat (limited to 'xmlsecurity/inc/xmlsecurity/macrosecurity.hxx')
-rw-r--r--xmlsecurity/inc/xmlsecurity/macrosecurity.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
index da4a43e5cf60..178d44555f9b 100644
--- a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
+++ b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
@@ -138,7 +138,8 @@ class MacroSecurityTrustedSourcesTP : public MacroSecurityTP
private:
FixedLine maTrustCertFL;
ReadOnlyImage maTrustCertROFI;
- SvxSimpleTable maTrustCertLB; // #i48648 now SvHeaderTabListBox
+ SvxSimpleTableContainer m_aTrustCertLBContainer;
+ SvxSimpleTable maTrustCertLB;
PushButton maAddCertPB;
PushButton maViewCertPB;
PushButton maRemoveCertPB;