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
2f4c796c
Kaydet (Commit)
2f4c796c
authored
Tem 19, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused field
Change-Id: I1b81b39a4c66895c6f6b7d40e00ea2a483d8b4fd
üst
9dbb8db0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
dispatchrecordersupplier.hxx
framework/inc/recording/dispatchrecordersupplier.hxx
+0
-5
dispatchrecordersupplier.cxx
framework/source/recording/dispatchrecordersupplier.cxx
+1
-3
No files found.
framework/inc/recording/dispatchrecordersupplier.hxx
Dosyayı görüntüle @
2f4c796c
...
@@ -68,11 +68,6 @@ class DispatchRecorderSupplier : // baseclasses
...
@@ -68,11 +68,6 @@ class DispatchRecorderSupplier : // baseclasses
*/
*/
css
::
uno
::
Reference
<
css
::
frame
::
XDispatchRecorder
>
m_xDispatchRecorder
;
css
::
uno
::
Reference
<
css
::
frame
::
XDispatchRecorder
>
m_xDispatchRecorder
;
//_______________________________________
/** reference to the global uno service manager
*/
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>
m_xFactory
;
//___________________________________________
//___________________________________________
// uno interface
// uno interface
...
...
framework/source/recording/dispatchrecordersupplier.cxx
Dosyayı görüntüle @
2f4c796c
...
@@ -55,13 +55,12 @@ DEFINE_INIT_SERVICE(
...
@@ -55,13 +55,12 @@ DEFINE_INIT_SERVICE(
@descr Because an instance will be initialized by her interface methods
@descr Because an instance will be initialized by her interface methods
it's not neccessary to do anything here.
it's not neccessary to do anything here.
*/
*/
DispatchRecorderSupplier
::
DispatchRecorderSupplier
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
xFactory
)
DispatchRecorderSupplier
::
DispatchRecorderSupplier
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
)
// init baseclasses first!
// init baseclasses first!
// Attention: Don't change order of initialization!
// Attention: Don't change order of initialization!
:
ThreadHelpBase
(
&
Application
::
GetSolarMutex
()
)
:
ThreadHelpBase
(
&
Application
::
GetSolarMutex
()
)
// init member
// init member
,
m_xDispatchRecorder
(
NULL
)
,
m_xDispatchRecorder
(
NULL
)
,
m_xFactory
(
xFactory
)
{
{
}
}
...
@@ -74,7 +73,6 @@ DispatchRecorderSupplier::DispatchRecorderSupplier( const css::uno::Reference< c
...
@@ -74,7 +73,6 @@ DispatchRecorderSupplier::DispatchRecorderSupplier( const css::uno::Reference< c
*/
*/
DispatchRecorderSupplier
::~
DispatchRecorderSupplier
()
DispatchRecorderSupplier
::~
DispatchRecorderSupplier
()
{
{
m_xFactory
=
NULL
;
m_xDispatchRecorder
=
NULL
;
m_xDispatchRecorder
=
NULL
;
}
}
...
...
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