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
a9c2d1c6
Kaydet (Commit)
a9c2d1c6
authored
Ock 07, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix spelling: garded -> guarded
Change-Id: I3e9f8781957a8b96afeb609501dff1f8bc9d718e
üst
9fd89a59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
dp_extensionmanager.cxx
desktop/source/deployment/manager/dp_extensionmanager.cxx
+6
-6
No files found.
desktop/source/deployment/manager/dp_extensionmanager.cxx
Dosyayı görüntüle @
a9c2d1c6
...
@@ -690,12 +690,12 @@ Reference<css::deployment::XPackage> ExtensionManager::addExtension(
...
@@ -690,12 +690,12 @@ Reference<css::deployment::XPackage> ExtensionManager::addExtension(
{
{
bool
bUserDisabled
=
false
;
bool
bUserDisabled
=
false
;
// In this garded section (getMutex) we must not use the argument xCmdEnv
// In this g
u
arded section (getMutex) we must not use the argument xCmdEnv
// because it may bring up dialogs (XInteractionHandler::handle) this
// because it may bring up dialogs (XInteractionHandler::handle) this
//may potententially deadlock. See issue
//
may potententially deadlock. See issue
//http://qa.openoffice.org/issues/show_bug.cgi?id=114933
//
http://qa.openoffice.org/issues/show_bug.cgi?id=114933
//By not providing xCmdEnv the underlying APIs will throw an exception if
//
By not providing xCmdEnv the underlying APIs will throw an exception if
//
the XInteractionRequest cannot be handled
//
the XInteractionRequest cannot be handled.
::
osl
::
MutexGuard
guard
(
getMutex
());
::
osl
::
MutexGuard
guard
(
getMutex
());
if
(
bCanInstall
)
if
(
bCanInstall
)
...
@@ -807,7 +807,7 @@ Reference<css::deployment::XPackage> ExtensionManager::addExtension(
...
@@ -807,7 +807,7 @@ Reference<css::deployment::XPackage> ExtensionManager::addExtension(
}
}
::
cppu
::
throwException
(
excOccurred2
);
::
cppu
::
throwException
(
excOccurred2
);
}
}
}
// leaving the garded section (getMutex())
}
// leaving the g
u
arded section (getMutex())
try
try
{
{
...
...
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