Kaydet (Commit) 2296ac5a authored tarafından Júlio Hoffimann's avatar Júlio Hoffimann Kaydeden (comit) Cédric Bosdonnat

bug id's from Oracle internal database removed

üst 7c7f2878
...@@ -3106,7 +3106,7 @@ void ImpEditEngine::Paint( OutputDevice* pOutDev, Rectangle aClipRec, Point aSta ...@@ -3106,7 +3106,7 @@ void ImpEditEngine::Paint( OutputDevice* pOutDev, Rectangle aClipRec, Point aSta
nTextStart = 0; nTextStart = 0;
nTextLen = aText.Len(); nTextLen = aText.Len();
// #b6668980# crash when accessing 0 pointer in pDXArray // crash when accessing 0 pointer in pDXArray
pTmpDXArray = new sal_Int32[ aText.Len() ]; pTmpDXArray = new sal_Int32[ aText.Len() ];
pDXArray = pTmpDXArray; pDXArray = pTmpDXArray;
Font _aOldFont( GetRefDevice()->GetFont() ); Font _aOldFont( GetRefDevice()->GetFont() );
......
...@@ -433,7 +433,7 @@ void SAL_CALL XMLTransformerBase::initialize( const Sequence< Any >& aArguments ...@@ -433,7 +433,7 @@ void SAL_CALL XMLTransformerBase::initialize( const Sequence< Any >& aArguments
for( sal_Int32 nIndex = 0; nIndex < nAnyCount; nIndex++, pAny++ ) for( sal_Int32 nIndex = 0; nIndex < nAnyCount; nIndex++, pAny++ )
{ {
// #b6236750# use isAssignableFrom instead of comparing the types to // use isAssignableFrom instead of comparing the types to
// allow XExtendedDocumentHandler instead of XDocumentHandler (used in // allow XExtendedDocumentHandler instead of XDocumentHandler (used in
// writeOasis2OOoLibraryElement in sfx2). // writeOasis2OOoLibraryElement in sfx2).
// The Any shift operator can't be used to query the type because it // The Any shift operator can't be used to query the type because it
......
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