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
f31d7fec
Kaydet (Commit)
f31d7fec
authored
Eyl 29, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
the only use of non-null pData in PostEvent is with a ImplSVEvent
Change-Id: Id843c886cc9a029f37eab53a95497707060c3ada
üst
d62dddd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
svpinst.cxx
vcl/headless/svpinst.cxx
+1
-1
svpinst.hxx
vcl/inc/headless/svpinst.hxx
+1
-1
No files found.
vcl/headless/svpinst.cxx
Dosyayı görüntüle @
f31d7fec
...
@@ -115,7 +115,7 @@ SvpSalInstance::~SvpSalInstance()
...
@@ -115,7 +115,7 @@ SvpSalInstance::~SvpSalInstance()
osl_destroyMutex
(
m_aEventGuard
);
osl_destroyMutex
(
m_aEventGuard
);
}
}
void
SvpSalInstance
::
PostEvent
(
const
SalFrame
*
pFrame
,
void
*
pData
,
sal_uInt16
nEvent
)
void
SvpSalInstance
::
PostEvent
(
const
SalFrame
*
pFrame
,
ImplSVEvent
*
pData
,
sal_uInt16
nEvent
)
{
{
if
(
osl_acquireMutex
(
m_aEventGuard
)
)
if
(
osl_acquireMutex
(
m_aEventGuard
)
)
{
{
...
...
vcl/inc/headless/svpinst.hxx
Dosyayı görüntüle @
f31d7fec
...
@@ -97,7 +97,7 @@ public:
...
@@ -97,7 +97,7 @@ public:
SvpSalInstance
(
SalYieldMutex
*
pMutex
);
SvpSalInstance
(
SalYieldMutex
*
pMutex
);
virtual
~
SvpSalInstance
();
virtual
~
SvpSalInstance
();
void
PostEvent
(
const
SalFrame
*
pFrame
,
void
*
pData
,
sal_uInt16
nEvent
);
void
PostEvent
(
const
SalFrame
*
pFrame
,
ImplSVEvent
*
pData
,
sal_uInt16
nEvent
);
bool
PostedEventsInQueue
();
bool
PostedEventsInQueue
();
...
...
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