Kaydet (Commit) e60538d6 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Another place where ScHeaderFieldObj was still referenced.

üst 6dfe6693
......@@ -503,7 +503,7 @@ void SAL_CALL ScHeaderFooterTextObj::removeTextContent(
SolarMutexGuard aGuard;
if ( xContent.is() )
{
ScHeaderFieldObj* pHeaderField = ScHeaderFieldObj::getImplementation( xContent );
ScEditFieldObj* pHeaderField = ScEditFieldObj::getImplementation(xContent);
if ( pHeaderField && pHeaderField->IsInserted() )
{
//! Testen, ob das Feld in dieser Zelle ist
......
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