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
12b2803f
Kaydet (Commit)
12b2803f
authored
Şub 15, 2017
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop unused PRESOBJ_IMAGE
Change-Id: I8fa011bea423e961a3ebe7cd8687e4bce7c4cd77
üst
87f3fd05
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
5 deletions
+4
-5
unusedenumconstants.py
compilerplugins/clang/unusedenumconstants.py
+4
-0
pres.hxx
sd/inc/pres.hxx
+0
-1
sdpage.cxx
sd/source/core/sdpage.cxx
+0
-1
unopage.cxx
sd/source/ui/unoidl/unopage.cxx
+0
-1
drawview.cxx
sd/source/ui/view/drawview.cxx
+0
-1
sdview5.cxx
sd/source/ui/view/sdview5.cxx
+0
-1
No files found.
compilerplugins/clang/unusedenumconstants.py
Dosyayı görüntüle @
12b2803f
...
...
@@ -111,6 +111,7 @@ for d in definitionSet:
"include/svx/msdffdef.hxx"
,
"include/svtools/rtftoken.h"
,
# RTF_TOKEN_IDS
"starmath/source/mathtype.hxx"
,
# MathType::MTOKENS
"sd/source/filter/eppt/epptbase.hxx"
,
# PPTExTextAttr
# unit test code
"cppu/source/uno/check.cxx"
,
# general weird nonsense going on
...
...
@@ -150,6 +151,9 @@ for d in definitionSet:
"include/svx/sxekitm.hxx"
,
# SdrEdgeKind (from UI)
"include/svx/paraprev.hxx"
,
# SvxPrevLineSpace (from UI)
"include/svx/ctredlin.hxx"
,
# SvxRedlinDateMode (from UI)
"sd/source/ui/inc/animobjs.hxx"
,
# BitmapAdjustment (from UI)
"sd/source/ui/dlg/PhotoAlbumDialog.hxx"
,
# SlideImageLayout (from UI)
"sd/inc/pres.hxx"
,
# AutoLayout (from UI)
# represents constants from an external API
"opencl/inc/opencl_device_selection.h"
,
"vcl/inc/sft.hxx"
,
...
...
sd/inc/pres.hxx
Dosyayı görüntüle @
12b2803f
...
...
@@ -30,7 +30,6 @@ enum PresObjKind
PRESOBJ_CHART
,
PRESOBJ_ORGCHART
,
PRESOBJ_TABLE
,
PRESOBJ_IMAGE
,
PRESOBJ_PAGE
,
PRESOBJ_HANDOUT
,
PRESOBJ_NOTES
,
...
...
sd/source/core/sdpage.cxx
Dosyayı görüntüle @
12b2803f
...
...
@@ -189,7 +189,6 @@ SdrObject* SdPage::GetPresObj(PresObjKind eObjKind, int nIndex, bool bFuzzySearc
case
PRESOBJ_ORGCHART
:
case
PRESOBJ_TABLE
:
case
PRESOBJ_CALC
:
case
PRESOBJ_IMAGE
:
case
PRESOBJ_MEDIA
:
bFound
=
true
;
break
;
...
...
sd/source/ui/unoidl/unopage.cxx
Dosyayı görüntüle @
12b2803f
...
...
@@ -1490,7 +1490,6 @@ Reference< drawing::XShape > SdGenericDrawPage::CreateShape(SdrObject *pObj) co
break
;
// coverity[dead_error_begin] - following conditions exist to avoid compiler warning
case
PRESOBJ_NONE
:
case
PRESOBJ_IMAGE
:
case
PRESOBJ_MAX
:
break
;
}
...
...
sd/source/ui/view/drawview.cxx
Dosyayı görüntüle @
12b2803f
...
...
@@ -550,7 +550,6 @@ void DrawView::DeleteMarked()
case
PRESOBJ_ORGCHART
:
case
PRESOBJ_TABLE
:
case
PRESOBJ_CALC
:
case
PRESOBJ_IMAGE
:
case
PRESOBJ_MEDIA
:
ePresObjKind
=
PRESOBJ_OUTLINE
;
break
;
...
...
sd/source/ui/view/sdview5.cxx
Dosyayı görüntüle @
12b2803f
...
...
@@ -33,7 +33,6 @@ static bool implIsMultiPresObj( PresObjKind eKind )
case
PRESOBJ_CHART
:
case
PRESOBJ_ORGCHART
:
case
PRESOBJ_TABLE
:
case
PRESOBJ_IMAGE
:
case
PRESOBJ_MEDIA
:
return
true
;
default
:
...
...
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