summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/sdtreelb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/sdtreelb.cxx')
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index 1afad1a87d48..0f44d8971218 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -386,7 +386,7 @@ bool SdPageObjsTLV::StartDrag()
*/
bool SdPageObjsTLV::DoDrag()
{
- if (!m_xNavigator)
+ if (!m_pNavigator)
return true;
if (!m_xHelper)
@@ -725,7 +725,7 @@ void SdPageObjsTLV::Select()
m_aRowActivatedHdl.Call(*m_xTreeView);
}
- if (!m_xNavigator)
+ if (!m_pNavigator)
{
m_xHelper.clear();
return;
@@ -733,7 +733,7 @@ void SdPageObjsTLV::Select()
::sd::DrawDocShell* pDocShell = m_pDoc->GetDocSh();
OUString aURL = INetURLObject(pDocShell->GetMedium()->GetPhysicalName(), INetProtocol::File).GetMainURL(INetURLObject::DecodeMechanism::NONE);
- NavigatorDragType eDragType = m_xNavigator->GetNavigatorDragType();
+ NavigatorDragType eDragType = m_pNavigator->GetNavigatorDragType();
OUString sSelectedEntry = m_xTreeView->get_selected_text();
aURL += "#" + sSelectedEntry;
@@ -943,7 +943,7 @@ IMPL_LINK(SdPageObjsTLV, RequestingChildrenHdl, const weld::TreeIter&, rFileEntr
void SdPageObjsTLV::SetSdNavigator(SdNavigatorWin* pNavigator)
{
- m_xNavigator = pNavigator;
+ m_pNavigator = pNavigator;
}
void SdPageObjsTLV::SetViewFrame(const SfxViewFrame* pViewFrame)