diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 11:56:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 12:34:13 +0100 |
commit | 46906b68c443939beb9b0c44d3bef9c1ce9c39d9 (patch) | |
tree | 821088e62be796d8ce7a6110e1aff4f7f8015931 /include/svx/nbdtmg.hxx | |
parent | b0041fd68ae1a9df91f8c3274e0b4003ef914a44 (diff) |
callcatcher: update unused code
One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is
that the last use of the old PercentField is gone now as well, so that can be
removed and the new PercentFieldWrap can be renamed as PercentField to take its
place
Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd
Diffstat (limited to 'include/svx/nbdtmg.hxx')
-rw-r--r-- | include/svx/nbdtmg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx index c92bb0f2f354..ae3e6c3dd2cc 100644 --- a/include/svx/nbdtmg.hxx +++ b/include/svx/nbdtmg.hxx @@ -371,7 +371,6 @@ class SVX_DLLPUBLIC OutlineTypeMgr: public NBOTypeMgrBase static OutlineTypeMgr* _instance; public: OutlineTypeMgr(const NBOType aType); - OutlineTypeMgr(const NBOType aType,const SfxItemSet* pArg); OutlineTypeMgr(const OutlineTypeMgr& aTypeMgr); virtual ~OutlineTypeMgr() {} virtual void Init(); |