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
22b23819
Kaydet (Commit)
22b23819
authored
Tem 17, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
editeng: pointless code
Change-Id: Ice4f34ce60b0f4af97a985f4203a705523c0626b
üst
9b1e55fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
svxacorr.cxx
editeng/source/misc/svxacorr.cxx
+0
-6
No files found.
editeng/source/misc/svxacorr.cxx
Dosyayı görüntüle @
22b23819
...
@@ -222,11 +222,6 @@ static CollatorWrapper& GetCollatorWrapper()
...
@@ -222,11 +222,6 @@ static CollatorWrapper& GetCollatorWrapper()
return
aCollWrp
;
return
aCollWrp
;
}
}
static
void
lcl_ClearTable
(
std
::
map
<
LanguageTag
,
std
::
unique_ptr
<
SvxAutoCorrectLanguageLists
>>&
rLangTable
)
{
rLangTable
.
clear
();
}
bool
SvxAutoCorrect
::
IsAutoCorrectChar
(
sal_Unicode
cChar
)
bool
SvxAutoCorrect
::
IsAutoCorrectChar
(
sal_Unicode
cChar
)
{
{
return
cChar
==
'\0'
||
cChar
==
'\t'
||
cChar
==
0x0a
||
return
cChar
==
'\0'
||
cChar
==
'\t'
||
cChar
==
0x0a
||
...
@@ -316,7 +311,6 @@ SvxAutoCorrect::SvxAutoCorrect( const SvxAutoCorrect& rCpy )
...
@@ -316,7 +311,6 @@ SvxAutoCorrect::SvxAutoCorrect( const SvxAutoCorrect& rCpy )
SvxAutoCorrect
::~
SvxAutoCorrect
()
SvxAutoCorrect
::~
SvxAutoCorrect
()
{
{
lcl_ClearTable
(
*
m_pLangTable
);
delete
m_pLangTable
;
delete
m_pLangTable
;
delete
pCharClass
;
delete
pCharClass
;
}
}
...
...
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