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
c24b4dcf
Kaydet (Commit)
c24b4dcf
authored
Kas 12, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-member-function
Change-Id: I5dd8f718cb96c4442e2fce08a8dc4130e934c68d
üst
1110e665
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
math.cxx
sal/rtl/math.cxx
+0
-14
No files found.
sal/rtl/math.cxx
Dosyayı görüntüle @
c24b4dcf
...
@@ -219,13 +219,6 @@ struct StringTraits
...
@@ -219,13 +219,6 @@ struct StringTraits
rtl_string_new_WithLength
(
pBuffer
,
*
pCapacity
);
rtl_string_new_WithLength
(
pBuffer
,
*
pCapacity
);
}
}
static
inline
void
appendChar
(
rtl_String
**
pBuffer
,
sal_Int32
*
pCapacity
,
sal_Int32
*
pOffset
,
sal_Char
cChar
)
{
rtl_stringbuffer_insert
(
pBuffer
,
pCapacity
,
*
pOffset
,
&
cChar
,
1
);
++*
pOffset
;
}
static
inline
void
appendChars
(
rtl_String
**
pBuffer
,
sal_Int32
*
pCapacity
,
static
inline
void
appendChars
(
rtl_String
**
pBuffer
,
sal_Int32
*
pCapacity
,
sal_Int32
*
pOffset
,
sal_Char
const
*
pChars
,
sal_Int32
*
pOffset
,
sal_Char
const
*
pChars
,
sal_Int32
nLen
)
sal_Int32
nLen
)
...
@@ -261,13 +254,6 @@ struct UStringTraits
...
@@ -261,13 +254,6 @@ struct UStringTraits
rtl_uString_new_WithLength
(
pBuffer
,
*
pCapacity
);
rtl_uString_new_WithLength
(
pBuffer
,
*
pCapacity
);
}
}
static
inline
void
appendChar
(
rtl_uString
**
pBuffer
,
sal_Int32
*
pCapacity
,
sal_Int32
*
pOffset
,
sal_Unicode
cChar
)
{
rtl_uStringbuffer_insert
(
pBuffer
,
pCapacity
,
*
pOffset
,
&
cChar
,
1
);
++*
pOffset
;
}
static
inline
void
appendChars
(
rtl_uString
**
pBuffer
,
static
inline
void
appendChars
(
rtl_uString
**
pBuffer
,
sal_Int32
*
pCapacity
,
sal_Int32
*
pOffset
,
sal_Int32
*
pCapacity
,
sal_Int32
*
pOffset
,
sal_Unicode
const
*
pChars
,
sal_Int32
nLen
)
sal_Unicode
const
*
pChars
,
sal_Int32
nLen
)
...
...
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