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
a3cdc0c6
Kaydet (Commit)
a3cdc0c6
authored
Mar 10, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unotools: simplify deprecated XTypeProvider.getImplementationId
Change-Id: I99cea658b20cf342f503f61c1cb91a8e29abf1ad
üst
c7d2ed40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
accessiblerelationsethelper.cxx
...ools/source/accessibility/accessiblerelationsethelper.cxx
+1
-6
accessiblestatesethelper.cxx
unotools/source/accessibility/accessiblestatesethelper.cxx
+1
-6
No files found.
unotools/source/accessibility/accessiblerelationsethelper.cxx
Dosyayı görüntüle @
a3cdc0c6
...
...
@@ -245,16 +245,11 @@ uno::Sequence< ::com::sun::star::uno::Type>
return
aTypeSequence
;
}
namespace
{
class
theAccessibleRelationSetHelperUnoTunnelId
:
public
rtl
::
Static
<
UnoTunnelIdInit
,
theAccessibleRelationSetHelperUnoTunnelId
>
{};
}
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
AccessibleRelationSetHelper
::
getImplementationId
(
void
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
theAccessibleRelationSetHelperUnoTunnelId
::
get
().
getSeq
();
return
css
::
uno
::
Sequence
<
sal_Int8
>
();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
unotools/source/accessibility/accessiblestatesethelper.cxx
Dosyayı görüntüle @
a3cdc0c6
...
...
@@ -257,16 +257,11 @@ uno::Sequence< ::com::sun::star::uno::Type>
return
aTypeSequence
;
}
namespace
{
class
theAccessibleStateSetHelperUnoTunnelId
:
public
rtl
::
Static
<
UnoTunnelIdInit
,
theAccessibleStateSetHelperUnoTunnelId
>
{};
}
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
AccessibleStateSetHelper
::
getImplementationId
(
void
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
theAccessibleStateSetHelperUnoTunnelId
::
get
().
getSeq
();
return
css
::
uno
::
Sequence
<
sal_Int8
>
();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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