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
85f7ed1c
Kaydet (Commit)
85f7ed1c
authored
Mar 20, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use an osl::Mutex directly
Change-Id: I2e2a7c380ca593ad957c3b0085d01971c843f172
üst
8781cdcc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
loadenv.hxx
framework/source/inc/loadenv/loadenv.hxx
+2
-2
loadenv.cxx
framework/source/loadenv/loadenv.cxx
+0
-0
No files found.
framework/source/inc/loadenv/loadenv.hxx
Dosyayı görüntüle @
85f7ed1c
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
#include <loadenv/loadenvexception.hxx>
#include <loadenv/loadenvexception.hxx>
#include <loadenv/actionlockguard.hxx>
#include <loadenv/actionlockguard.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
...
@@ -52,7 +51,7 @@ class QuietInteraction;
...
@@ -52,7 +51,7 @@ class QuietInteraction;
@author as96863
@author as96863
*/
*/
class
LoadEnv
:
private
ThreadHelpBase
class
LoadEnv
{
{
public
:
public
:
...
@@ -106,6 +105,7 @@ public:
...
@@ -106,6 +105,7 @@ public:
};
};
private
:
private
:
mutable
osl
::
Mutex
m_mutex
;
/** @short reference to an uno service manager, which must be used
/** @short reference to an uno service manager, which must be used
to created on needed services on demand.
to created on needed services on demand.
...
...
framework/source/loadenv/loadenv.cxx
Dosyayı görüntüle @
85f7ed1c
This diff is collapsed.
Click to expand it.
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