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
6de7d32d
Kaydet (Commit)
6de7d32d
authored
Tem 15, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-private-field
Change-Id: I7dc6c1db75d38d0fe5ee333d4f6a8697abf59e4b
üst
f466347a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
15 deletions
+0
-15
XMLChartPropertySetMapper.hxx
xmloff/inc/XMLChartPropertySetMapper.hxx
+0
-3
PropertyMaps.cxx
xmloff/source/chart/PropertyMaps.cxx
+0
-2
sdxmlexp.cxx
xmloff/source/draw/sdxmlexp.cxx
+0
-5
sdxmlexp_impl.hxx
xmloff/source/draw/sdxmlexp_impl.hxx
+0
-5
No files found.
xmloff/inc/XMLChartPropertySetMapper.hxx
Dosyayı görüntüle @
6de7d32d
...
...
@@ -45,9 +45,6 @@ public:
class
XMLChartExportPropertyMapper
:
public
SvXMLExportPropertyMapper
{
private
:
const
OUString
msTrue
;
const
OUString
msFalse
;
SvXMLExport
&
mrExport
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
chart2
::
XChartDocument
>
mxChartDoc
;
...
...
xmloff/source/chart/PropertyMaps.cxx
Dosyayı görüntüle @
6de7d32d
...
...
@@ -195,8 +195,6 @@ XMLChartPropertySetMapper::~XMLChartPropertySetMapper()
XMLChartExportPropertyMapper
::
XMLChartExportPropertyMapper
(
const
rtl
::
Reference
<
XMLPropertySetMapper
>&
rMapper
,
SvXMLExport
&
rExport
)
:
SvXMLExportPropertyMapper
(
rMapper
),
msTrue
(
GetXMLToken
(
XML_TRUE
)),
msFalse
(
GetXMLToken
(
XML_FALSE
)),
mrExport
(
rExport
)
{
// chain draw properties
...
...
xmloff/source/draw/sdxmlexp.cxx
Dosyayı görüntüle @
6de7d32d
...
...
@@ -408,11 +408,6 @@ SdXMLExport::SdXMLExport(
mpPropertySetMapper
(
0L
),
mpPresPagePropsMapper
(
0L
),
mbIsDraw
(
bIsDraw
),
msZIndex
(
GetXMLToken
(
XML_ZINDEX
)
),
msEmptyPres
(
"IsEmptyPresentationObject"
),
msModel
(
"Model"
),
msStartShape
(
"StartShape"
),
msEndShape
(
"EndShape"
),
msPageLayoutNames
(
"PageLayoutNames"
)
{
...
...
xmloff/source/draw/sdxmlexp_impl.hxx
Dosyayı görüntüle @
6de7d32d
...
...
@@ -115,11 +115,6 @@ class SdXMLExport : public SvXMLExport
bool
mbIsDraw
;
const
OUString
msZIndex
;
const
OUString
msEmptyPres
;
const
OUString
msModel
;
const
OUString
msStartShape
;
const
OUString
msEndShape
;
const
OUString
msPageLayoutNames
;
virtual
void
_ExportStyles
(
bool
bUsed
)
SAL_OVERRIDE
;
...
...
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