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
1fc26b81
Kaydet (Commit)
1fc26b81
authored
Nis 03, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Cosmetics (to ease work related to finding unused functions)
Change-Id: I88b7659fdfdcba43e69ef7489573b28952c8328c
üst
4f36f17a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
test_reference.cxx
cppu/qa/test_reference.cxx
+4
-4
No files found.
cppu/qa/test_reference.cxx
Dosyayı görüntüle @
1fc26b81
...
@@ -92,10 +92,10 @@ private:
...
@@ -92,10 +92,10 @@ private:
// Check that the up-casting Reference conversion constructor catches the
// Check that the up-casting Reference conversion constructor catches the
// intended cases:
// intended cases:
struct
Base1
:
public
css
::
uno
::
XInterface
{
virtual
~
Base1
()
{}
};
struct
Base1
:
public
css
::
uno
::
XInterface
{
virtual
~
Base1
()
=
0
;
};
struct
Base2
:
public
Base1
{
virtual
~
Base2
()
{}
};
struct
Base2
:
public
Base1
{};
struct
Base3
:
public
Base1
{
virtual
~
Base3
()
{}
};
struct
Base3
:
public
Base1
{};
struct
Derived
:
public
Base2
,
public
Base3
{
virtual
~
Derived
()
{}
};
struct
Derived
:
public
Base2
,
public
Base3
{};
// The special case using the conversion operator instead:
// The special case using the conversion operator instead:
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
testUpcast1
(
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
testUpcast1
(
...
...
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