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
b74da58c
Kaydet (Commit)
b74da58c
authored
Eyl 19, 2012
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwHyphWrapper::bShowError is dead
Change-Id: Ia9b8205a3b23fb98bf08d2d53aa82fdeda7785f5
üst
9b74656d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
hyp.hxx
sw/source/ui/inc/hyp.hxx
+0
-1
hyp.cxx
sw/source/ui/lingu/hyp.cxx
+0
-9
No files found.
sw/source/ui/inc/hyp.hxx
Dosyayı görüntüle @
b74da58c
...
...
@@ -45,7 +45,6 @@ private:
sal_uInt16
nPageCount
;
// page count for progress view
sal_uInt16
nPageStart
;
// 1st checked page
sal_Bool
bInSelection
:
1
;
// seperating selected text
sal_Bool
bShowError
:
1
;
// report non existing language
sal_Bool
bAutomatic
:
1
;
// insert seperators without further inquiry
sal_Bool
bInfoBox
:
1
;
// display info-box when ending
...
...
sw/source/ui/lingu/hyp.cxx
Dosyayı görüntüle @
b74da58c
...
...
@@ -63,7 +63,6 @@ SwHyphWrapper::SwHyphWrapper( SwView* pVw,
nPageCount
(
0
),
nPageStart
(
0
),
bInSelection
(
bSelect
),
bShowError
(
sal_False
),
bInfoBox
(
sal_False
)
{
uno
::
Reference
<
beans
::
XPropertySet
>
xProp
(
GetLinguPropertySet
()
);
...
...
@@ -108,14 +107,6 @@ sal_Bool SwHyphWrapper::SpellContinue()
delete
pWait
;
}
if
(
bShowError
)
{
bShowError
=
sal_False
;
PSH
->
Push
();
PSH
->
ClearMark
();
pView
->
SpellError
(
nLangError
);
PSH
->
Combine
();
}
return
GetLast
().
is
();
}
...
...
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