diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-03-04 09:22:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-04 11:23:59 +0000 |
commit | ecda52f6b3919950870f3ddb195d34d3baf71168 (patch) | |
tree | a893e22f5ad130e669ad03dc1ca44872f86377d7 /xmlsecurity | |
parent | bef4b0dd6e638c1288c8855b514418e10ae19545 (diff) |
callcatcher: unused code
Change-Id: I7dcaa6f57815321e108cd7ce284fe145dc0506f2
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/macrosecurity.hxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/dialogs/macrosecurity.cxx | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx index 42cc9a741cbb..8dc691ec84c5 100644 --- a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx +++ b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx @@ -92,7 +92,6 @@ protected: public: MacroSecurityTP(Window* _pParent, const OString& rID, const OUString& rUIXMLDescription, MacroSecurity* _pDlg); - MacroSecurityTP(Window* _pParent, const ResId& _rResId, MacroSecurity* _pDlg); void SetTabDlg(MacroSecurity* pTabDlg) { diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx index 3b3d92445dca..fe77313acbd7 100644 --- a/xmlsecurity/source/dialogs/macrosecurity.cxx +++ b/xmlsecurity/source/dialogs/macrosecurity.cxx @@ -99,12 +99,6 @@ MacroSecurityTP::MacroSecurityTP(Window* _pParent, const OString& rID, { } -MacroSecurityTP::MacroSecurityTP( Window* _pParent, const ResId& _rResId, MacroSecurity* _pDlg ) - :TabPage ( _pParent, _rResId ) - ,mpDlg ( _pDlg ) -{ -} - MacroSecurityLevelTP::MacroSecurityLevelTP(Window* _pParent, MacroSecurity* _pDlg) : MacroSecurityTP(_pParent, "SecurityLevelPage", "xmlsec/ui/securitylevelpage.ui", _pDlg) { |