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
d4857e30
Kaydet (Commit)
d4857e30
authored
Kas 20, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:override
Change-Id: Ic89d255bf56234a82b23ad6cc36d8d1250acbcab
üst
9a29e2f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test_weak.cxx
cppuhelper/qa/weak/test_weak.cxx
+3
-3
No files found.
cppuhelper/qa/weak/test_weak.cxx
Dosyayı görüntüle @
d4857e30
...
...
@@ -38,7 +38,7 @@ class Reference: public cppu::WeakImplHelper1< css::uno::XReference > {
public
:
Reference
()
:
m_disposed
(
false
)
{}
v
irtual
void
SAL_CALL
dispose
()
throw
(
css
::
uno
::
RuntimeException
)
{
v
oid
SAL_CALL
dispose
()
throw
(
css
::
uno
::
RuntimeException
)
override
{
m_disposed
=
true
;
handleDispose
();
}
...
...
@@ -54,14 +54,14 @@ private:
class
RuntimeExceptionReference
:
public
Reference
{
protected
:
v
irtual
void
handleDispose
()
{
v
oid
handleDispose
()
override
{
throw
css
::
uno
::
RuntimeException
();
}
};
class
DisposedExceptionReference
:
public
Reference
{
protected
:
v
irtual
void
handleDispose
()
{
v
oid
handleDispose
()
override
{
throw
css
::
lang
::
DisposedException
();
}
};
...
...
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