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
120dca26
Kaydet (Commit)
120dca26
authored
Ara 01, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix 2D vs 3D coordinatesystem regression, fdo#67300
regression from
088e86b8
üst
4b0d5b7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
typegroupconverter.cxx
oox/source/drawingml/chart/typegroupconverter.cxx
+2
-2
xichart.cxx
sc/source/filter/excel/xichart.cxx
+2
-2
No files found.
oox/source/drawingml/chart/typegroupconverter.cxx
Dosyayı görüntüle @
120dca26
...
...
@@ -248,9 +248,9 @@ Reference< XCoordinateSystem > TypeGroupConverter::createCoordinateSystem()
if
(
maTypeInfo
.
mbPolarCoordSystem
)
{
if
(
mb3dChart
)
xCoordSystem
=
css
::
chart2
::
PolarCoordinateSystem2d
::
create
(
xContext
);
else
xCoordSystem
=
css
::
chart2
::
PolarCoordinateSystem3d
::
create
(
xContext
);
else
xCoordSystem
=
css
::
chart2
::
PolarCoordinateSystem2d
::
create
(
xContext
);
}
else
{
...
...
sc/source/filter/excel/xichart.cxx
Dosyayı görüntüle @
120dca26
...
...
@@ -2339,9 +2339,9 @@ Reference< XCoordinateSystem > XclImpChType::CreateCoordSystem( bool b3dChart )
if
(
maTypeInfo
.
mbPolarCoordSystem
)
{
if
(
b3dChart
)
xCoordSystem
=
css
::
chart2
::
PolarCoordinateSystem2d
::
create
(
xContext
);
else
xCoordSystem
=
css
::
chart2
::
PolarCoordinateSystem3d
::
create
(
xContext
);
else
xCoordSystem
=
css
::
chart2
::
PolarCoordinateSystem2d
::
create
(
xContext
);
}
else
{
...
...
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