summaryrefslogtreecommitdiff
path: root/basctl/source/inc/bastype2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/bastype2.hxx')
-rw-r--r--basctl/source/inc/bastype2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/bastype2.hxx b/basctl/source/inc/bastype2.hxx
index 92d593e3f475..61c630855171 100644
--- a/basctl/source/inc/bastype2.hxx
+++ b/basctl/source/inc/bastype2.hxx
@@ -176,7 +176,7 @@ class SbTreeListBox : public DocumentEventListener
{
private:
std::unique_ptr<weld::TreeView> m_xControl;
- std::unique_ptr<weld::TreeIter> m_xIter;
+ std::unique_ptr<weld::TreeIter> m_xScratchIter;
weld::Window* m_pTopLevel;
bool m_bFreezeOnFirstAddRemove;
BrowseMode nMode;