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
3723784a
Kaydet (Commit)
3723784a
authored
Tem 24, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_uInt16 to int + constify
Change-Id: I408970c4e8e614886a01981d8f3599e3622a33a2
üst
20d7f29e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
viewling.cxx
sw/source/uibase/uiview/viewling.cxx
+3
-3
No files found.
sw/source/uibase/uiview/viewling.cxx
Dosyayı görüntüle @
3723784a
...
@@ -330,7 +330,7 @@ void SwView::SpellError(LanguageType eLang)
...
@@ -330,7 +330,7 @@ void SwView::SpellError(LanguageType eLang)
#if OSL_DEBUG_LEVEL > 1
#if OSL_DEBUG_LEVEL > 1
sal_Bool
bFocus
=
GetEditWin
().
HasFocus
();
sal_Bool
bFocus
=
GetEditWin
().
HasFocus
();
#endif
#endif
sal_uInt16
nPend
=
0
;
int
nPend
=
0
;
if
(
m_pWrtShell
->
ActionPend
()
)
if
(
m_pWrtShell
->
ActionPend
()
)
{
{
...
@@ -349,7 +349,7 @@ void SwView::SpellError(LanguageType eLang)
...
@@ -349,7 +349,7 @@ void SwView::SpellError(LanguageType eLang)
#if OSL_DEBUG_LEVEL > 1
#if OSL_DEBUG_LEVEL > 1
bFocus
=
rEditWin
.
HasFocus
();
bFocus
=
rEditWin
.
HasFocus
();
#endif
#endif
sal_uInt16
nWaitCnt
=
0
;
int
nWaitCnt
=
0
;
while
(
rEditWin
.
IsWait
()
)
while
(
rEditWin
.
IsWait
()
)
{
{
rEditWin
.
LeaveWait
();
rEditWin
.
LeaveWait
();
...
@@ -708,7 +708,7 @@ bool SwView::ExecSpellPopup(const Point& rPt)
...
@@ -708,7 +708,7 @@ bool SwView::ExecSpellPopup(const Point& rPt)
//! 'custom made' menu... *sigh* (code copied from sfx2 and framework)
//! 'custom made' menu... *sigh* (code copied from sfx2 and framework)
if
(
pMenu
)
if
(
pMenu
)
{
{
sal_uInt16
nId
=
((
PopupMenu
*
)
pMenu
)
->
Execute
(
m_pEditWin
,
aPixPos
);
const
sal_uInt16
nId
=
((
PopupMenu
*
)
pMenu
)
->
Execute
(
m_pEditWin
,
aPixPos
);
OUString
aCommand
=
((
PopupMenu
*
)
pMenu
)
->
GetItemCommand
(
nId
);
OUString
aCommand
=
((
PopupMenu
*
)
pMenu
)
->
GetItemCommand
(
nId
);
if
(
aCommand
.
isEmpty
()
)
if
(
aCommand
.
isEmpty
()
)
{
{
...
...
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