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
87f3fd05
Kaydet (Commit)
87f3fd05
authored
Şub 15, 2017
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop unused PaneManagerDying enumerator
Change-Id: I4b17d19b5f1f84df38cbb5372ca2d0b425f22698
üst
f360ff06
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
EventMultiplexer.hxx
sd/source/ui/inc/EventMultiplexer.hxx
+0
-4
ToolBarManager.cxx
sd/source/ui/view/ToolBarManager.cxx
+0
-4
No files found.
sd/source/ui/inc/EventMultiplexer.hxx
Dosyayı görüntüle @
87f3fd05
...
@@ -71,10 +71,6 @@ enum class EventMultiplexerEventId
...
@@ -71,10 +71,6 @@ enum class EventMultiplexerEventId
*/
*/
ViewAdded
,
ViewAdded
,
/** The PaneManager is being destroyed.
*/
PaneManagerDying
,
/** Edit mode was (or is being) switched to normal mode. Find
/** Edit mode was (or is being) switched to normal mode. Find
EventId::EditModeMaster below.
EventId::EditModeMaster below.
*/
*/
...
...
sd/source/ui/view/ToolBarManager.cxx
Dosyayı görüntüle @
87f3fd05
...
@@ -870,10 +870,6 @@ IMPL_LINK(ToolBarManager::Implementation,EventMultiplexerCallback,
...
@@ -870,10 +870,6 @@ IMPL_LINK(ToolBarManager::Implementation,EventMultiplexerCallback,
SetValid
(
false
);
SetValid
(
false
);
break
;
break
;
case
EventMultiplexerEventId
:
:
PaneManagerDying
:
SetValid
(
false
);
break
;
default
:
break
;
default
:
break
;
}
}
}
}
...
...
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