diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-11 16:13:12 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-11 23:35:15 -0400 |
commit | ac7acb0ab1329913b0cec79790adcde0263960be (patch) | |
tree | d9d01baa97e42524c280e6e31f768e3d6119f41a /sfx2/inc | |
parent | ddf31912ddb5573a085b8601669cf31bf4b1f690 (diff) |
Merged SvTreeListBox and SvLBox.
There is no reason to keep SvLBox separate.
Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/docvor.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/inc/docvor.hxx b/sfx2/inc/docvor.hxx index 86e6d189b10e..4bdc1c7c6622 100644 --- a/sfx2/inc/docvor.hxx +++ b/sfx2/inc/docvor.hxx @@ -21,7 +21,7 @@ #include <vcl/dialog.hxx> -#include <svtools/svtreebx.hxx> +#include <svtools/treelistbox.hxx> #include <sfx2/objsh.hxx> #include "orgmgr.hxx" @@ -68,7 +68,7 @@ protected: virtual long ExpandingHdl(); virtual sal_Bool Select( SvLBoxEntry* pEntry, sal_Bool bSelect=sal_True ); - using SvLBox::ExecuteDrop; + using SvTreeListBox::ExecuteDrop; // new d&d virtual DragDropMode NotifyStartDrag( TransferDataContainer&, SvLBoxEntry* ); virtual sal_Bool NotifyAcceptDrop( SvLBoxEntry* ); @@ -97,13 +97,13 @@ public: private: sal_Bool IsStandard_Impl( SvLBoxEntry *) const; - sal_Bool MoveOrCopyTemplates(SvLBox *pSourceBox, + sal_Bool MoveOrCopyTemplates(SvTreeListBox *pSourceBox, SvLBoxEntry *pSource, SvLBoxEntry* pTarget, SvLBoxEntry *&pNewParent, sal_uIntPtr &rIdx, sal_Bool bCopy); - sal_Bool MoveOrCopyContents(SvLBox *pSourceBox, + sal_Bool MoveOrCopyContents(SvTreeListBox *pSourceBox, SvLBoxEntry *pSource, SvLBoxEntry* pTarget, SvLBoxEntry *&pNewParent, |