diff options
Diffstat (limited to 'sc/source/ui/unoobj/textuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/textuno.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx index e24637d179ea..d64b4ad66061 100644 --- a/sc/source/ui/unoobj/textuno.cxx +++ b/sc/source/ui/unoobj/textuno.cxx @@ -473,13 +473,6 @@ void SAL_CALL ScHeaderFooterTextObj::insertTextContent( SvxUnoTextRangeBase* pTextRange = ScHeaderFooterTextCursor::getImplementation( xRange ); -#if 0 - if (!pTextRange) - pTextRange = (SvxUnoTextRange*)xRange->getImplementation( - SvxUnoTextRange_getReflection() ); - //! bei SvxUnoTextRange testen, ob in passendem Objekt !!! -#endif - if ( pHeaderField && !pHeaderField->IsInserted() && pTextRange ) { SvxEditSource* pEditSource = pTextRange->GetEditSource(); |