diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-21 20:33:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-29 18:02:26 +0000 |
commit | 5aa0ac02a0cb9b7a387366f841bc603cbe396eaa (patch) | |
tree | 01b2f9529a5807c131f1582abbd7c25b93ab4017 /sfx2/source/inc | |
parent | d906615e35c1a255c58c3f2085c8e2f110eb522a (diff) |
callcatcher: update unused code list
Change-Id: I47467b53705f8059a829126a598e29a1105df13c
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/templdgi.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx index 2d92b719ae67..b5fdbd9c85c6 100644 --- a/sfx2/source/inc/templdgi.hxx +++ b/sfx2/source/inc/templdgi.hxx @@ -83,7 +83,6 @@ class SfxActionListBox : public DropListBox_Impl protected: public: SfxActionListBox( SfxCommonTemplateDialog_Impl* pParent, WinBits nWinBits ); - SfxActionListBox( SfxCommonTemplateDialog_Impl* pParent, const ResId &rResId ); virtual PopupMenu* CreateContextMenu( void ); }; @@ -230,7 +229,6 @@ public: TYPEINFO(); SfxCommonTemplateDialog_Impl( SfxBindings* pB, SfxDockingWindow* ); - SfxCommonTemplateDialog_Impl( SfxBindings* pB, ModalDialog* ); ~SfxCommonTemplateDialog_Impl(); DECL_LINK( MenuSelectHdl, Menu * ); |