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
9ba5c1ab
Kaydet (Commit)
9ba5c1ab
authored
Kas 11, 2002
tarafından
Björn Milcke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#97159# EndElement() should terminate with controllers unlocked (Flat-XML filter)
üst
54d801cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
SchXMLChartContext.cxx
xmloff/source/chart/SchXMLChartContext.cxx
+11
-4
No files found.
xmloff/source/chart/SchXMLChartContext.cxx
Dosyayı görüntüle @
9ba5c1ab
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: SchXMLChartContext.cxx,v $
* $RCSfile: SchXMLChartContext.cxx,v $
*
*
* $Revision: 1.2
7
$
* $Revision: 1.2
8
$
*
*
* last change: $Author: bm $ $Date: 2002-
08-29 09:07:55
$
* last change: $Author: bm $ $Date: 2002-
11-11 15:53:31
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -531,9 +531,16 @@ void SchXMLChartContext::EndElement()
...
@@ -531,9 +531,16 @@ void SchXMLChartContext::EndElement()
}
}
// #102413# BuildChart to manifest legend position
// #102413# BuildChart to manifest legend position
SCH_BUILDCHART
(
xDoc
);
if
(
xDoc
->
hasControllersLocked
())
xDoc
->
unlockControllers
();
// No more BuildCharts until Initialize is called (by Draw or SaveAs).
// AF: No more BuildCharts until Initialize is called (by Draw or SaveAs).
// BM: There should be no further BuildCharts, and it is very dangerous to
// leave the lock status on hoping that it is changed in Draw or SaveAs
// (OLE-Clone?). At least it isn't for the writer flat XML filter. So,
// leave Controllers unlocked from now on, as this is the last line of code
// that the Chart XML import routine will call
}
}
SvXMLImportContext
*
SchXMLChartContext
::
CreateChildContext
(
SvXMLImportContext
*
SchXMLChartContext
::
CreateChildContext
(
...
...
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