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
dbb77c14
Kaydet (Commit)
dbb77c14
authored
Eyl 12, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused hMainThread_
Change-Id: Iea56d7f1b4d3133067e321a033df81378be2817a
üst
a9b7ceea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
saldata.hxx
vcl/inc/unx/saldata.hxx
+0
-2
saldata.cxx
vcl/unx/generic/app/saldata.cxx
+0
-3
No files found.
vcl/inc/unx/saldata.hxx
Dosyayı görüntüle @
dbb77c14
...
@@ -71,7 +71,6 @@ class VCLPLUG_GEN_PUBLIC X11SalData : public SalGenericData
...
@@ -71,7 +71,6 @@ class VCLPLUG_GEN_PUBLIC X11SalData : public SalGenericData
protected
:
protected
:
SalXLib
*
pXLib_
;
SalXLib
*
pXLib_
;
pthread_t
hMainThread_
;
public
:
public
:
X11SalData
(
SalGenericDataType
t
,
SalInstance
*
pInstance
);
X11SalData
(
SalGenericDataType
t
,
SalInstance
*
pInstance
);
...
@@ -87,7 +86,6 @@ public:
...
@@ -87,7 +86,6 @@ public:
void
DeleteDisplay
();
// for shutdown
void
DeleteDisplay
();
// for shutdown
inline
SalXLib
*
GetLib
()
const
{
return
pXLib_
;
}
inline
SalXLib
*
GetLib
()
const
{
return
pXLib_
;
}
inline
pthread_t
GetMainThread
()
const
{
return
hMainThread_
;
}
void
StartTimer
(
sal_uLong
nMS
);
void
StartTimer
(
sal_uLong
nMS
);
inline
void
StopTimer
();
inline
void
StopTimer
();
...
...
vcl/unx/generic/app/saldata.cxx
Dosyayı görüntüle @
dbb77c14
...
@@ -229,7 +229,6 @@ static const char* XRequest[] = {
...
@@ -229,7 +229,6 @@ static const char* XRequest[] = {
// -=-= SalData =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// -=-= SalData =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#include <pthread.h>
X11SalData
::
X11SalData
(
SalGenericDataType
t
,
SalInstance
*
pInstance
)
X11SalData
::
X11SalData
(
SalGenericDataType
t
,
SalInstance
*
pInstance
)
:
SalGenericData
(
t
,
pInstance
)
:
SalGenericData
(
t
,
pInstance
)
...
@@ -237,8 +236,6 @@ X11SalData::X11SalData( SalGenericDataType t, SalInstance *pInstance )
...
@@ -237,8 +236,6 @@ X11SalData::X11SalData( SalGenericDataType t, SalInstance *pInstance )
pXLib_
=
NULL
;
pXLib_
=
NULL
;
m_pPlugin
=
NULL
;
m_pPlugin
=
NULL
;
hMainThread_
=
pthread_self
();
m_aOrigXIOErrorHandler
=
XSetIOErrorHandler
(
(
XIOErrorHandler
)
XIOErrorHdl
);
m_aOrigXIOErrorHandler
=
XSetIOErrorHandler
(
(
XIOErrorHandler
)
XIOErrorHdl
);
PushXErrorLevel
(
!!
getenv
(
"SAL_IGNOREXERRORS"
)
);
PushXErrorLevel
(
!!
getenv
(
"SAL_IGNOREXERRORS"
)
);
}
}
...
...
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