Kaydet (Commit) 22bdebb6 authored tarafından Eike Rathke's avatar Eike Rathke

let's follow our pseudo-hungarian notation

Commit 6fb54d7b changed from pointer to
reference but didn't adapt the variable name.

Change-Id: If91c632d8fc41957ed3b542ed7bf19c376b56a82
üst 4e0a5cf0
...@@ -654,9 +654,9 @@ void ScDBData::StartTableColumnNamesListener() ...@@ -654,9 +654,9 @@ void ScDBData::StartTableColumnNamesListener()
{ {
if (mpContainer && bHasHeader) if (mpContainer && bHasHeader)
{ {
ScDocument& pDoc = mpContainer->GetDocument(); ScDocument& rDoc = mpContainer->GetDocument();
if (!pDoc.IsClipOrUndo()) if (!rDoc.IsClipOrUndo())
pDoc.StartListeningArea( GetHeaderArea(), false, this); rDoc.StartListeningArea( GetHeaderArea(), false, this);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment