summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-25 13:50:27 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 09:58:03 -0400
commite60538d657c5ad5331839a77315292a5f0acd7fa (patch)
tree5d95b5f7f62a4a21784a06a398133b1cb15eab54 /sc
parent6dfe66936bcdf63aa881de5476b1f4c900270853 (diff)
Another place where ScHeaderFieldObj was still referenced.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/textuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx
index 0b67312d120b..54d63f69e0b1 100644
--- a/sc/source/ui/unoobj/textuno.cxx
+++ b/sc/source/ui/unoobj/textuno.cxx
@@ -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