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
d2aba93a
Kaydet (Commit)
d2aba93a
authored
Mar 10, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
basctl: simplify deprecated XTypeProvider.getImplementationId
Change-Id: I422ec5b0ad485d1f74191d4bf713367aeb7a0a3d
üst
2812c31a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
basidectrlr.cxx
basctl/source/basicide/basidectrlr.cxx
+1
-11
No files found.
basctl/source/basicide/basidectrlr.cxx
Dosyayı görüntüle @
d2aba93a
...
@@ -90,17 +90,7 @@ Sequence< Type > SAL_CALL Controller::getTypes() throw(RuntimeException, std::ex
...
@@ -90,17 +90,7 @@ Sequence< Type > SAL_CALL Controller::getTypes() throw(RuntimeException, std::ex
Sequence
<
sal_Int8
>
SAL_CALL
Controller
::
getImplementationId
()
throw
(
RuntimeException
,
std
::
exception
)
Sequence
<
sal_Int8
>
SAL_CALL
Controller
::
getImplementationId
()
throw
(
RuntimeException
,
std
::
exception
)
{
{
static
::
cppu
::
OImplementationId
*
pId
=
0
;
return
css
::
uno
::
Sequence
<
sal_Int8
>
();
if
(
!
pId
)
{
::
osl
::
MutexGuard
aGuard
(
::
osl
::
Mutex
::
getGlobalMutex
()
);
if
(
!
pId
)
{
static
::
cppu
::
OImplementationId
aId
;
pId
=
&
aId
;
}
}
return
pId
->
getImplementationId
();
}
}
// XPropertySet
// XPropertySet
...
...
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