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
3748a053
Kaydet (Commit)
3748a053
authored
Agu 31, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed private fields were acutally used #ifdef WNT
Change-Id: I0c4d70884d8735eb6941bc252d0aad838c80fd38
üst
5129f99e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
oleembobj.hxx
embeddedobj/source/inc/oleembobj.hxx
+10
-0
No files found.
embeddedobj/source/inc/oleembobj.hxx
Dosyayı görüntüle @
3748a053
...
@@ -46,6 +46,8 @@
...
@@ -46,6 +46,8 @@
#include <com/sun/star/util/XCloseListener.hpp>
#include <com/sun/star/util/XCloseListener.hpp>
#include <cppuhelper/implbase5.hxx>
#include <cppuhelper/implbase5.hxx>
#include <osl/thread.h>
namespace
cppu
{
namespace
cppu
{
class
OMultiTypeInterfaceContainerHelper
;
class
OMultiTypeInterfaceContainerHelper
;
}
}
...
@@ -56,6 +58,10 @@ class VerbExecutionController
...
@@ -56,6 +58,10 @@ class VerbExecutionController
::
osl
::
Mutex
m_aVerbExecutionMutex
;
::
osl
::
Mutex
m_aVerbExecutionMutex
;
sal_Bool
m_bVerbExecutionInProgress
;
sal_Bool
m_bVerbExecutionInProgress
;
#ifdef WNT
oslThreadIdentifier
m_nVerbExecutionThreadIdentifier
;
sal_Bool
m_bChangedOnVerbExecution
;
#endif
sal_Bool
m_bWasEverActive
;
sal_Bool
m_bWasEverActive
;
sal_Int32
m_nNotificationLock
;
sal_Int32
m_nNotificationLock
;
...
@@ -64,6 +70,10 @@ public:
...
@@ -64,6 +70,10 @@ public:
VerbExecutionController
()
VerbExecutionController
()
:
m_bVerbExecutionInProgress
(
sal_False
)
:
m_bVerbExecutionInProgress
(
sal_False
)
#ifdef WNT
,
m_nVerbExecutionThreadIdentifier
(
0
)
,
m_bChangedOnVerbExecution
(
sal_False
)
#endif
,
m_bWasEverActive
(
sal_False
)
,
m_bWasEverActive
(
sal_False
)
,
m_nNotificationLock
(
0
)
,
m_nNotificationLock
(
0
)
{}
{}
...
...
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