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
429290b8
Kaydet (Commit)
429290b8
authored
Ara 16, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror=maybe-unintialized
Change-Id: I73eb58e44c00d5e1cfcabe71f2ba946a81a62fa7
üst
c5ceb013
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
unoctitm.cxx
sfx2/source/control/unoctitm.cxx
+3
-3
No files found.
sfx2/source/control/unoctitm.cxx
Dosyayı görüntüle @
429290b8
...
@@ -1107,10 +1107,10 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
...
@@ -1107,10 +1107,10 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
}
}
else
if
(
aEvent
.
FeatureURL
.
Path
==
"ToggleMergeCells"
)
else
if
(
aEvent
.
FeatureURL
.
Path
==
"ToggleMergeCells"
)
{
{
if
(
aEvent
.
IsEnabled
)
sal_Bool
aBool
;
if
(
aEvent
.
IsEnabled
&&
(
aEvent
.
State
>>=
aBool
))
{
{
sal_Bool
aBool
;
aEvent
.
State
>>=
aBool
;
aBuffer
.
append
(
OUString
::
boolean
(
aBool
));
aBuffer
.
append
(
OUString
::
boolean
(
aBool
));
}
}
else
else
...
...
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