summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/glossary.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/glossary.hxx')
-rw-r--r--sw/source/ui/inc/glossary.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/ui/inc/glossary.hxx b/sw/source/ui/inc/glossary.hxx
index c707f46e25e6..5a4b26284dff 100644
--- a/sw/source/ui/inc/glossary.hxx
+++ b/sw/source/ui/inc/glossary.hxx
@@ -63,20 +63,20 @@ class SwGlTreeListBox : public SvTreeListBox
{
const String sReadonly;
- SvLBoxEntry* pDragEntry;
+ SvTreeListEntry* pDragEntry;
virtual DragDropMode NotifyStartDrag( TransferDataContainer& rContainer,
- SvLBoxEntry* );
- virtual sal_Bool NotifyAcceptDrop( SvLBoxEntry* );
+ SvTreeListEntry* );
+ virtual sal_Bool NotifyAcceptDrop( SvTreeListEntry* );
- virtual sal_Bool NotifyMoving( SvLBoxEntry* pTarget,
- SvLBoxEntry* pEntry,
- SvLBoxEntry*& rpNewParent,
+ virtual sal_Bool NotifyMoving( SvTreeListEntry* pTarget,
+ SvTreeListEntry* pEntry,
+ SvTreeListEntry*& rpNewParent,
sal_uLong& rNewChildPos
);
- virtual sal_Bool NotifyCopying( SvLBoxEntry* pTarget,
- SvLBoxEntry* pEntry,
- SvLBoxEntry*& rpNewParent,
+ virtual sal_Bool NotifyCopying( SvTreeListEntry* pTarget,
+ SvTreeListEntry* pEntry,
+ SvTreeListEntry*& rpNewParent,
sal_uLong& rNewChildPos);
public:
SwGlTreeListBox(Window* pParent, const ResId& rResId);
@@ -148,7 +148,7 @@ class SwGlossaryDlg : public SvxStandardDialog
virtual void Apply();
void Init();
- SvLBoxEntry* DoesBlockExist(const String& sBlock, const String& rShort);
+ SvTreeListEntry* DoesBlockExist(const String& sBlock, const String& rShort);
void ShowAutoText(const String& rGroup, const String& rShortName);
void ResumeShowAutoText();