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
e74e9586
Kaydet (Commit)
e74e9586
authored
Kas 09, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
spelling mutext->mutex
Change-Id: If844c07d0d50d1bb9b0a1877c0fde4a198bcf781
üst
a71d6a2a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
undomanagerhelper.hxx
include/framework/undomanagerhelper.hxx
+1
-1
PresenterTimer.cxx
sdext/source/presenter/PresenterTimer.cxx
+1
-1
accdoc.hxx
sw/source/core/access/accdoc.hxx
+1
-1
No files found.
include/framework/undomanagerhelper.hxx
Dosyayı görüntüle @
e74e9586
...
...
@@ -89,7 +89,7 @@ namespace framework
/** helper class for implementing an XUndoManager
Several of the methods of the class take an IMutexGuard instance. It is assumed that this guard has a lock on
its mutex
t
at the moment the method is entered. The lock will be released before any notifications to the
its mutex at the moment the method is entered. The lock will be released before any notifications to the
registered XUndoManagerListeners happen.
The following locking strategy is used for this mutex:
...
...
sdext/source/presenter/PresenterTimer.cxx
Dosyayı görüntüle @
e74e9586
...
...
@@ -236,7 +236,7 @@ void SAL_CALL TimerScheduler::run()
break
;
}
// Restrict access to the maScheduledTasks member to one, mutex
t
// Restrict access to the maScheduledTasks member to one, mutex
// guarded, block.
SharedTimerTask
pTask
;
sal_Int64
nDifference
=
0
;
...
...
sw/source/core/access/accdoc.hxx
Dosyayı görüntüle @
e74e9586
...
...
@@ -35,7 +35,7 @@ class SwAccessibleDocumentBase : public SwAccessibleContext
{
css
::
uno
::
Reference
<
css
::
accessibility
::
XAccessible
>
mxParent
;
VclPtr
<
vcl
::
Window
>
mpChildWin
;
// protected by solar mutex
t
VclPtr
<
vcl
::
Window
>
mpChildWin
;
// protected by solar mutex
using
SwAccessibleFrame
::
SetVisArea
;
...
...
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