diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/unomodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 63816bd3c525..39efdb4c8845 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -1058,7 +1058,7 @@ void SAL_CALL SmModel::setParent( const uno::Reference< uno::XInterface >& xPare { SvGlobalName aSfxIdent( SFX_GLOBAL_CLASSID ); SfxObjectShell* pDoc = reinterpret_cast<SfxObjectShell *>(xParentTunnel->getSomething( - uno::Sequence< sal_Int8 >( aSfxIdent.GetByteSequence() ) ) ); + aSfxIdent.GetByteSequence() ) ); if ( pDoc ) GetObjectShell()->OnDocumentPrinterChanged( pDoc->GetDocumentPrinter() ); } |