https://bz.apache.org/ooo/show_bug.cgi?id=128398

--- Comment #2 from [email protected] ---
2919                    m_pData->m_xDocumentProperties = xNewDocProps;
(gdb) print xNewDocProps->getEditingCycles()
$2 = 10
(gdb) n
2920                }
(gdb) print m_pData->m_xDocumentProperties->getEditingCycles()
$3 = 10
(gdb) n
2921            }
(gdb) print m_pData->m_xDocumentProperties->getEditingCycles()
$4 = 10
(gdb) n
2923                    sal_Bool bRet =
m_pData->m_pObjectShell->APISaveAs_Impl( sURL, aParams );


editing cycles remains 10 throughout frame #14 SfxBaseModel::impl_store() in
source/doc/sfxbasemodel.cxx, but within line 2923, as the functions from above
are called, by frame #0, editing cycles has returned to 1. Somewhere in the 13
stack frames between, the editing cycles values changes. But where?

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to