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
80cb5340
Kaydet (Commit)
80cb5340
authored
Mar 20, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
simplify
Change-Id: Ifb801f04845934ce98f346bd46a81e9bf9d0ba89
üst
ad28ffaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
unodispatch.hxx
sw/source/core/uibase/inc/unodispatch.hxx
+2
-2
unodispatch.cxx
sw/source/core/uibase/uno/unodispatch.cxx
+1
-2
No files found.
sw/source/core/uibase/inc/unodispatch.hxx
Dosyayı görüntüle @
80cb5340
...
...
@@ -27,7 +27,7 @@
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase3.hxx>
#include <list>
#include <
comphelper/solarmutex
.hxx>
#include <
vcl/svapp
.hxx>
#include <osl/mutex.hxx>
class
SwView
;
...
...
@@ -42,7 +42,7 @@ class SwXDispatchProviderInterceptor : public cppu::WeakImplHelper3
class
DispatchMutexLock_Impl
{
//::osl::MutexGuard aGuard; #102295# solar mutex has to be used currently
osl
::
Guard
<
comphelper
::
SolarMutex
>
aGuard
;
SolarMutexGuard
aGuard
;
DispatchMutexLock_Impl
();
public
:
DispatchMutexLock_Impl
(
SwXDispatchProviderInterceptor
&
);
...
...
sw/source/core/uibase/uno/unodispatch.cxx
Dosyayı görüntüle @
80cb5340
...
...
@@ -380,8 +380,7 @@ const sal_Char* SwXDispatch::GetDBChangeURL()
}
SwXDispatchProviderInterceptor
::
DispatchMutexLock_Impl
::
DispatchMutexLock_Impl
(
SwXDispatchProviderInterceptor
&
)
:
aGuard
(
Application
::
GetSolarMutex
())
SwXDispatchProviderInterceptor
&
)
{
}
...
...
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