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
e8d1110d
Kaydet (Commit)
e8d1110d
authored
May 09, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1209186 Logically dead code
since
44cfc7cb
Change-Id: Ia7b6451acdeaaef57e9f4b1fe285d1b1b57595f6
üst
be756e2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
drviews7.cxx
sd/source/ui/view/drviews7.cxx
+0
-5
No files found.
sd/source/ui/view/drviews7.cxx
Dosyayı görüntüle @
e8d1110d
...
@@ -1395,7 +1395,6 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
...
@@ -1395,7 +1395,6 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
bool
bFoundBitmap
=
false
;
bool
bFoundBitmap
=
false
;
bool
bFoundMetafile
=
false
;
bool
bFoundMetafile
=
false
;
bool
bFoundObjNoLine
=
false
;
bool
bFoundObjNoArea
=
false
;
bool
bFoundObjNoArea
=
false
;
bool
bFoundNoGraphicObj
=
false
;
bool
bFoundNoGraphicObj
=
false
;
bool
bFoundAny
=
false
;
bool
bFoundAny
=
false
;
...
@@ -1472,10 +1471,6 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
...
@@ -1472,10 +1471,6 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
if
(
bFoundObjNoArea
)
// #i25616#
if
(
bFoundObjNoArea
)
// #i25616#
rSet
.
DisableItem
(
SID_ATTRIBUTES_AREA
);
rSet
.
DisableItem
(
SID_ATTRIBUTES_AREA
);
// Disable menuitem for line-dialog
if
(
bFoundObjNoLine
)
rSet
.
DisableItem
(
SID_ATTRIBUTES_LINE
);
if
(
bFoundBitmap
&&
!
bFoundMetafile
&&
!
bFoundNoGraphicObj
)
// only Bitmaps marked
if
(
bFoundBitmap
&&
!
bFoundMetafile
&&
!
bFoundNoGraphicObj
)
// only Bitmaps marked
rSet
.
DisableItem
(
SID_CONVERT_TO_BITMAP
);
rSet
.
DisableItem
(
SID_CONVERT_TO_BITMAP
);
else
if
(
!
bFoundBitmap
&&
bFoundMetafile
&&
!
bFoundNoGraphicObj
)
// only Metafiles marked
else
if
(
!
bFoundBitmap
&&
bFoundMetafile
&&
!
bFoundNoGraphicObj
)
// only Metafiles marked
...
...
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