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
1fb55375
Kaydet (Commit)
1fb55375
authored
Haz 02, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:cstylecast: deal with those that are (technically) const_cast
Change-Id: I0730744b8424bc6dea5e8016199088f86e9570f5
üst
863bfb28
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
guesslang.cxx
lingucomponent/source/languageguessing/guesslang.cxx
+1
-1
sspellimp.cxx
lingucomponent/source/spellcheck/spell/sspellimp.cxx
+1
-1
No files found.
lingucomponent/source/languageguessing/guesslang.cxx
Dosyayı görüntüle @
1fb55375
...
...
@@ -201,7 +201,7 @@ void LangGuess_Impl::SetFingerPrintsDB(
OString
conf_file_path
(
path
);
conf_file_path
+=
conf_file_name
;
m_aGuesser
.
SetDBPath
(
(
const
char
*
)
conf_file_path
.
getStr
(),
(
const
char
*
)
path
.
getStr
());
m_aGuesser
.
SetDBPath
(
conf_file_path
.
getStr
(),
path
.
getStr
());
}
uno
::
Sequence
<
Locale
>
SAL_CALL
LangGuess_Impl
::
getAvailableLanguages
(
)
...
...
lingucomponent/source/spellcheck/spell/sspellimp.cxx
Dosyayı görüntüle @
1fb55375
...
...
@@ -454,7 +454,7 @@ Reference< XSpellAlternatives >
{
char
**
suglst
=
NULL
;
OString
aWrd
(
OU2ENC
(
nWord
,
eEnc
));
int
count
=
pMS
->
suggest
(
&
suglst
,
(
const
char
*
)
aWrd
.
getStr
());
int
count
=
pMS
->
suggest
(
&
suglst
,
aWrd
.
getStr
());
if
(
count
)
{
...
...
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