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
442b788b
Kaydet (Commit)
442b788b
authored
Tem 24, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: tdf#90609 SolarMutex assert on threaded load
Change-Id: I81a784ab506d0d3ae266d7341b8ff7a163dcd8d2
üst
288e005e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vclxfont.cxx
toolkit/source/awt/vclxfont.cxx
+2
-0
No files found.
toolkit/source/awt/vclxfont.cxx
Dosyayı görüntüle @
442b788b
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
#include <sal/alloca.h>
#include <sal/alloca.h>
#include <vcl/outdev.hxx>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
// class VCLXFont
// class VCLXFont
...
@@ -200,6 +201,7 @@ sal_Bool VCLXFont::hasGlyphs( const OUString& aText )
...
@@ -200,6 +201,7 @@ sal_Bool VCLXFont::hasGlyphs( const OUString& aText )
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
::
osl
::
Guard
<
::
osl
::
Mutex
>
aGuard
(
GetMutex
()
);
::
osl
::
Guard
<
::
osl
::
Mutex
>
aGuard
(
GetMutex
()
);
SolarMutexGuard
aSolarGuard
;
OutputDevice
*
pOutDev
=
VCLUnoHelper
::
GetOutputDevice
(
mxDevice
);
OutputDevice
*
pOutDev
=
VCLUnoHelper
::
GetOutputDevice
(
mxDevice
);
if
(
pOutDev
)
if
(
pOutDev
)
...
...
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