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
ef7b63ba
Kaydet (Commit)
ef7b63ba
authored
Eyl 12, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svl: remove misleading comment obsoleted by
18fa868f
Change-Id: Ib598a77cef98376089620b8f06fa34cfbf9a7a02
üst
1f8710fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
zforscan.hxx
svl/source/numbers/zforscan.hxx
+0
-2
No files found.
svl/source/numbers/zforscan.hxx
Dosyayı görüntüle @
ef7b63ba
...
@@ -237,8 +237,6 @@ private: // Private section
...
@@ -237,8 +237,6 @@ private: // Private section
static
inline
bool
StringEqualsChar
(
const
OUString
&
rStr
,
sal_Unicode
ch
)
static
inline
bool
StringEqualsChar
(
const
OUString
&
rStr
,
sal_Unicode
ch
)
{
return
rStr
.
getLength
()
==
1
&&
rStr
[
0
]
==
ch
;
}
{
return
rStr
.
getLength
()
==
1
&&
rStr
[
0
]
==
ch
;
}
// Yes, for efficiency get the character first and then compare length
// because in most places where this is used the string is one char.
// remove "..." and \... quotes from rStr, return how many chars removed
// remove "..." and \... quotes from rStr, return how many chars removed
static
sal_Int32
RemoveQuotes
(
OUString
&
rStr
);
static
sal_Int32
RemoveQuotes
(
OUString
&
rStr
);
...
...
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