diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-13 09:36:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-13 23:02:37 +0000 |
commit | 612981fc8fd7a35d8112951e05e1b2cf0f5f1c08 (patch) | |
tree | 3256b4dffb2d9d7e7ab543e98e2936b38041e9c1 /sw | |
parent | 62188aac68b30affbe144f8bd06f346f0e749cf9 (diff) |
callcatcher: update and remove newly unused code
Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/glossary.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/misc/glossary.cxx | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/ui/inc/glossary.hxx b/sw/source/ui/inc/glossary.hxx index 42240e15793c..a200b55b96cc 100644 --- a/sw/source/ui/inc/glossary.hxx +++ b/sw/source/ui/inc/glossary.hxx @@ -70,7 +70,6 @@ class SwGlTreeListBox : public SvTreeListBox SvTreeListEntry*& rpNewParent, sal_uLong& rNewChildPos); public: - SwGlTreeListBox(Window* pParent, const ResId& rResId); SwGlTreeListBox(Window* pParent, WinBits nBits); virtual void RequestHelp( const HelpEvent& rHEvt ); diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx index be6adaa32b23..975281f907c8 100644 --- a/sw/source/ui/misc/glossary.cxx +++ b/sw/source/ui/misc/glossary.cxx @@ -842,15 +842,6 @@ IMPL_LINK( SwGlossaryDlg, CheckBoxHdl, CheckBox *, pBox ) /* -------------------------------------------------- * TreeListBox for groups and blocks * --------------------------------------------------*/ -SwGlTreeListBox::SwGlTreeListBox(Window* pParent, const ResId& rResId) - : SvTreeListBox(pParent, rResId) - , sReadonly(SW_RESSTR(SW_STR_READONLY)) - , pDragEntry(0) -{ - FreeResource(); - SetDragDropMode( SV_DRAGDROP_CTRL_MOVE|SV_DRAGDROP_CTRL_COPY ); -} - SwGlTreeListBox::SwGlTreeListBox(Window* pParent, WinBits nBits) : SvTreeListBox(pParent, nBits) , sReadonly(SW_RESSTR(SW_STR_READONLY)), |