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
c654ff40
Kaydet (Commit)
c654ff40
authored
Nis 19, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: unused variable 's_pAccessibleFactoryFunc'
Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3
üst
9ad131f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
svtaccessiblefactory.cxx
svtools/source/misc/svtaccessiblefactory.cxx
+5
-1
No files found.
svtools/source/misc/svtaccessiblefactory.cxx
Dosyayı görüntüle @
c654ff40
...
...
@@ -49,11 +49,13 @@ namespace svt
{
#ifdef UNLOAD_ON_LAST_CLIENT_DYING
static
oslInterlockedCount
s_nAccessibleFactoryAccesss
=
0
;
#endif
// UNLOAD_ON_LAST_CLIENT_DYING
#endif
#ifndef DISABLE_DYNLOADING
static
oslModule
s_hAccessibleImplementationModule
=
NULL
;
#endif
#if HAVE_FEATURE_DESKTOP
static
GetSvtAccessibilityComponentFactory
s_pAccessibleFactoryFunc
=
NULL
;
#endif
static
::
rtl
::
Reference
<
IAccessibleFactory
>
s_pFactory
;
...
...
@@ -330,7 +332,9 @@ namespace svt
if
(
0
==
osl_atomic_decrement
(
&
s_nAccessibleFactoryAccesss
)
)
{
s_pFactory
=
NULL
;
#if HAVE_FEATURE_DESKTOP
s_pAccessibleFactoryFunc
=
NULL
;
#endif
if
(
s_hAccessibleImplementationModule
)
{
osl_unloadModule
(
s_hAccessibleImplementationModule
);
...
...
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