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
aa685127
Kaydet (Commit)
aa685127
authored
Şub 09, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oox: replace legacy DBG_WARNINGs
Change-Id: If2c47bbd0c12cc006b38972c5f71eb00d3b03460
üst
8a0fc750
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
chartexport.cxx
oox/source/export/chartexport.cxx
+3
-3
No files found.
oox/source/export/chartexport.cxx
Dosyayı görüntüle @
aa685127
...
@@ -784,7 +784,7 @@ void ChartExport::exportExternalData( Reference< ::com::sun::star::chart::XChart
...
@@ -784,7 +784,7 @@ void ChartExport::exportExternalData( Reference< ::com::sun::star::chart::XChart
}
}
catch
(
beans
::
UnknownPropertyException
&
)
catch
(
beans
::
UnknownPropertyException
&
)
{
{
DBG_WARNING
(
"Required property not found in ChartDocument"
);
SAL_WARN
(
"oox"
,
"Required property not found in ChartDocument"
);
}
}
}
}
if
(
!
externalDataPath
.
isEmpty
())
if
(
!
externalDataPath
.
isEmpty
())
...
@@ -844,7 +844,7 @@ void ChartExport::exportChart( Reference< ::com::sun::star::chart::XChartDocumen
...
@@ -844,7 +844,7 @@ void ChartExport::exportChart( Reference< ::com::sun::star::chart::XChartDocumen
}
}
catch
(
beans
::
UnknownPropertyException
&
)
catch
(
beans
::
UnknownPropertyException
&
)
{
{
DBG_WARNING
(
"Required property not found in ChartDocument"
);
SAL_WARN
(
"oox"
,
"Required property not found in ChartDocument"
);
}
}
}
// if( xDocPropSet.is())
}
// if( xDocPropSet.is())
...
@@ -921,7 +921,7 @@ void ChartExport::exportLegend( Reference< ::com::sun::star::chart::XChartDocume
...
@@ -921,7 +921,7 @@ void ChartExport::exportLegend( Reference< ::com::sun::star::chart::XChartDocume
}
}
catch
(
beans
::
UnknownPropertyException
&
)
catch
(
beans
::
UnknownPropertyException
&
)
{
{
DBG_WARNING
(
"Property Align not found in ChartLegend"
);
SAL_WARN
(
"oox"
,
"Property Align not found in ChartLegend"
);
}
}
const
char
*
strPos
=
NULL
;
const
char
*
strPos
=
NULL
;
...
...
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