Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2296ac5a
Kaydet (Commit)
2296ac5a
authored
Nis 16, 2011
tarafından
Júlio Hoffimann
Kaydeden (comit)
Cédric Bosdonnat
Nis 18, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bug id's from Oracle internal database removed
üst
7c7f2878
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
impedit3.cxx
editeng/source/editeng/impedit3.cxx
+1
-1
TransformerBase.cxx
xmloff/source/transform/TransformerBase.cxx
+1
-1
No files found.
editeng/source/editeng/impedit3.cxx
Dosyayı görüntüle @
2296ac5a
...
@@ -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
()
);
...
...
xmloff/source/transform/TransformerBase.cxx
Dosyayı görüntüle @
2296ac5a
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment