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
585ae2a0
Kaydet (Commit)
585ae2a0
authored
Ara 04, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ostream/OString operator<< no longer needed
Change-Id: I223a9088a3465a51ea44ef28ac604f3d864f933c
üst
57369e6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
test_ostring_stringliterals.cxx
sal/qa/rtl/strings/test_ostring_stringliterals.cxx
+0
-12
No files found.
sal/qa/rtl/strings/test_ostring_stringliterals.cxx
Dosyayı görüntüle @
585ae2a0
...
@@ -40,18 +40,6 @@ bool rtl_string_unittest_non_const_literal_function;
...
@@ -40,18 +40,6 @@ bool rtl_string_unittest_non_const_literal_function;
#include "rtl/string.hxx"
#include "rtl/string.hxx"
#include "rtl/strbuf.hxx"
#include "rtl/strbuf.hxx"
namespace
rtlunittest
{
template
<
typename
charT
,
typename
traits
>
std
::
basic_ostream
<
charT
,
traits
>
&
operator
<<
(
std
::
basic_ostream
<
charT
,
traits
>
&
stream
,
rtl
::
OString
const
&
string
)
{
return
stream
<<
string
.
getStr
();
// best effort; potentially loses data due to embedded null characters
}
}
namespace
test
{
namespace
ostring
{
namespace
test
{
namespace
ostring
{
class
StringLiterals
:
public
CppUnit
::
TestFixture
class
StringLiterals
:
public
CppUnit
::
TestFixture
...
...
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