diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-02 09:10:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-02 11:59:52 +0100 |
commit | 9eeacd275178f5fed34ee9debf431a1ac3e169cc (patch) | |
tree | 6fb01e91defdb263ec27a0bf06615847f16a37bf /xmlsecurity/inc | |
parent | 8e06393ffc3502382d5f8c586d298d02190f9d24 (diff) |
XmlReadOnlyImage is now unused post .ui conversions
Change-Id: Ib90966ed6e791371dacd8d9cdf8234fa66b02858
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/global.hrc | 4 | ||||
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/macrosecurity.hxx | 10 |
2 files changed, 2 insertions, 12 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/global.hrc b/xmlsecurity/inc/xmlsecurity/global.hrc index 91f854761026..7608d5cbe50c 100644 --- a/xmlsecurity/inc/xmlsecurity/global.hrc +++ b/xmlsecurity/inc/xmlsecurity/global.hrc @@ -27,8 +27,8 @@ #define RID_XMLSECTP_DETAILS 1004 #define RID_XMLSECTP_CERTPATH 1005 #define RID_XMLSECTP_MACROWARN 1009 -#define RID_XMLSECTP_READONLY_CONFIG_TIP 1010 -#define RID_XMLSECTP_LOCK 1011 + + #define RID_XMLSECWB_NO_MOZILLA_PROFILE 1013 #endif diff --git a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx index 616e3fa39cef..1136224279db 100644 --- a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx +++ b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx @@ -39,16 +39,6 @@ namespace xml { namespace crypto { class MacroSecurityTP; -class XmlReadOnlyImage : public FixedImage -{ -public: - XmlReadOnlyImage(Window* pParent, const ResId rResId); - ~XmlReadOnlyImage(); - - virtual void RequestHelp( const HelpEvent& rHEvt ); - static const OUString& GetHelpTip(); -}; - class MacroSecurity : public TabDialog { private: |