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
3228e1f7
Kaydet (Commit)
3228e1f7
authored
Mar 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark overriding OwnServiceImpl class template member functions as SAL_OVERRIDE
Change-Id: I767c60733b39de02935de8be8dd9d3e351a38cab
üst
4b60d33f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
servicedecl.hxx
include/comphelper/servicedecl.hxx
+3
-3
No files found.
include/comphelper/servicedecl.hxx
Dosyayı görüntüle @
3228e1f7
...
@@ -166,15 +166,15 @@ public:
...
@@ -166,15 +166,15 @@ public:
// XServiceInfo
// XServiceInfo
virtual
OUString
SAL_CALL
getImplementationName
()
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
)
{
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
{
return
m_rServiceDecl
.
getImplementationName
();
return
m_rServiceDecl
.
getImplementationName
();
}
}
virtual
sal_Bool
SAL_CALL
supportsService
(
OUString
const
&
name
)
virtual
sal_Bool
SAL_CALL
supportsService
(
OUString
const
&
name
)
throw
(
css
::
uno
::
RuntimeException
)
{
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
{
return
m_rServiceDecl
.
supportsService
(
name
);
return
m_rServiceDecl
.
supportsService
(
name
);
}
}
virtual
css
::
uno
::
Sequence
<
OUString
>
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
throw
(
css
::
uno
::
RuntimeException
)
{
SAL_CALL
getSupportedServiceNames
()
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
{
return
m_rServiceDecl
.
getSupportedServiceNames
();
return
m_rServiceDecl
.
getSupportedServiceNames
();
}
}
...
...
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