diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-07 20:19:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-07 20:20:33 +0000 |
commit | a6c3f7d23481da43204b1ea55b94ef218091ca21 (patch) | |
tree | ac6ed2186c23763e0162dfa6fc36b1c6909f3a32 /cui/source/inc | |
parent | 90ea06df6b9e4b29223eb90a9638c617c4fcb3b0 (diff) |
callcatcher: update unused code
Change-Id: Ic8952696fc0e3d78b8183ee7f5c90e37590c7dec
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/headertablistbox.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/macropg.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/headertablistbox.hxx b/cui/source/inc/headertablistbox.hxx index fd8ff3ed68b4..4b2c6e39fe53 100644 --- a/cui/source/inc/headertablistbox.hxx +++ b/cui/source/inc/headertablistbox.hxx @@ -33,7 +33,6 @@ protected: DECL_LINK( HeaderEndDrag_Impl, HeaderBar* ); virtual bool Notify( NotifyEvent& rNEvt ); public: - MacroEventListBox( Window* pParent, const ResId& rId ); MacroEventListBox( Window* pParent, WinBits nStyle ); virtual void Resize(); diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx index 3f4be4dacebf..e5ab8cd86652 100644 --- a/cui/source/inc/macropg.hxx +++ b/cui/source/inc/macropg.hxx @@ -72,7 +72,6 @@ protected: bool bReadOnly, bDocModified, bAppEvents, bInitialized; EventDisplayNames aDisplayNames; - _SvxMacroTabPage( Window* pParent, const ResId& rId, const SfxItemSet& rItemSet ); _SvxMacroTabPage( Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet& rItemSet ); void EnableButtons(); |