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
75be8fd6
Kaydet (Commit)
75be8fd6
authored
Eyl 16, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert LINGUCOMPONENT module from String to OUString
Change-Id: I1a47545127885f92e9fcdbf855ca60fbbef1395d
üst
5579f143
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lingutil.cxx
lingucomponent/source/lingutil/lingutil.cxx
+2
-2
sspellimp.cxx
lingucomponent/source/spellcheck/spell/sspellimp.cxx
+1
-1
No files found.
lingucomponent/source/lingutil/lingutil.cxx
Dosyayı görüntüle @
75be8fd6
...
@@ -83,7 +83,7 @@ std::vector< SvtLinguConfigDictionaryEntry > GetOldStyleDics( const char *pDicTy
...
@@ -83,7 +83,7 @@ std::vector< SvtLinguConfigDictionaryEntry > GetOldStyleDics( const char *pDicTy
return
aRes
;
return
aRes
;
OUString
aFormatName
;
OUString
aFormatName
;
String
aDicExtension
;
OU
String
aDicExtension
;
#ifdef SYSTEM_DICTS
#ifdef SYSTEM_DICTS
OUString
aSystemDir
;
OUString
aSystemDir
;
OUString
aSystemPrefix
;
OUString
aSystemPrefix
;
...
@@ -120,7 +120,7 @@ std::vector< SvtLinguConfigDictionaryEntry > GetOldStyleDics( const char *pDicTy
...
@@ -120,7 +120,7 @@ std::vector< SvtLinguConfigDictionaryEntry > GetOldStyleDics( const char *pDicTy
}
}
if
(
aFormatName
.
isEmpty
()
||
aDicExtension
.
Len
()
==
0
)
if
(
aFormatName
.
isEmpty
()
||
aDicExtension
.
isEmpty
()
)
return
aRes
;
return
aRes
;
#ifdef SYSTEM_DICTS
#ifdef SYSTEM_DICTS
...
...
lingucomponent/source/spellcheck/spell/sspellimp.cxx
Dosyayı görüntüle @
75be8fd6
...
@@ -483,7 +483,7 @@ Reference< XSpellAlternatives >
...
@@ -483,7 +483,7 @@ Reference< XSpellAlternatives >
}
}
// now return an empty alternative for no suggestions or the list of alternatives if some found
// now return an empty alternative for no suggestions or the list of alternatives if some found
String
aTmp
(
rWord
);
OU
String
aTmp
(
rWord
);
xRes
=
SpellAlternatives
::
CreateSpellAlternatives
(
aTmp
,
nLang
,
SpellFailure
::
SPELLING_ERROR
,
aStr
);
xRes
=
SpellAlternatives
::
CreateSpellAlternatives
(
aTmp
,
nLang
,
SpellFailure
::
SPELLING_ERROR
,
aStr
);
return
xRes
;
return
xRes
;
}
}
...
...
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