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
3c1b9b89
Kaydet (Commit)
3c1b9b89
authored
Ara 03, 2014
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unnecessary cast
Change-Id: I8096a0dfe0478671183c66fd9d1d516ec4ed3537
üst
005b96a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
viewsh.cxx
sw/source/core/view/viewsh.cxx
+2
-2
No files found.
sw/source/core/view/viewsh.cxx
Dosyayı görüntüle @
3c1b9b89
...
@@ -224,7 +224,7 @@ void SwViewShell::ImplEndAction( const bool bIdleEnd )
...
@@ -224,7 +224,7 @@ void SwViewShell::ImplEndAction( const bool bIdleEnd )
//will this put the EndAction of the last shell in the sequence?
//will this put the EndAction of the last shell in the sequence?
SwViewShell
::
mbLstAct
=
true
;
SwViewShell
::
mbLstAct
=
true
;
SwViewShell
*
pSh
=
static_cast
<
SwViewShell
*>
(
this
->
GetNext
()
);
SwViewShell
*
pSh
=
this
->
GetNext
(
);
while
(
pSh
!=
this
)
while
(
pSh
!=
this
)
{
{
if
(
pSh
->
ActionPend
()
)
if
(
pSh
->
ActionPend
()
)
...
@@ -233,7 +233,7 @@ void SwViewShell::ImplEndAction( const bool bIdleEnd )
...
@@ -233,7 +233,7 @@ void SwViewShell::ImplEndAction( const bool bIdleEnd )
pSh
=
this
;
pSh
=
this
;
}
}
else
else
pSh
=
static_cast
<
SwViewShell
*>
(
pSh
->
GetNext
()
);
pSh
=
pSh
->
GetNext
(
);
}
}
const
bool
bIsShellForCheckViewLayout
=
(
this
==
GetLayout
()
->
GetCurrShell
()
);
const
bool
bIsShellForCheckViewLayout
=
(
this
==
GetLayout
()
->
GetCurrShell
()
);
...
...
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