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
a0cd92db
Kaydet (Commit)
a0cd92db
authored
May 15, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Cleaned up some OSL_TRACE -> SAL_INFO uses
Change-Id: Ie70be4d3e4f086eaa301295df0bc7d25792d2cd2
üst
60cb70b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
sfxbasemodel.cxx
sfx2/source/doc/sfxbasemodel.cxx
+2
-12
No files found.
sfx2/source/doc/sfxbasemodel.cxx
Dosyayı görüntüle @
a0cd92db
...
@@ -2988,12 +2988,7 @@ void SfxBaseModel::postEvent_Impl( const ::rtl::OUString& aName, const uno::Refe
...
@@ -2988,12 +2988,7 @@ void SfxBaseModel::postEvent_Impl( const ::rtl::OUString& aName, const uno::Refe
m_pData
->
m_aInterfaceContainer
.
getContainer
(
::
getCppuType
(
(
const
uno
::
Reference
<
document
::
XDocumentEventListener
>*
)
0
)
);
m_pData
->
m_aInterfaceContainer
.
getContainer
(
::
getCppuType
(
(
const
uno
::
Reference
<
document
::
XDocumentEventListener
>*
)
0
)
);
if
(
pIC
)
if
(
pIC
)
{
{
#ifdef DBG_UTIL
SAL_INFO
(
"sfx2"
,
"SfxDocumentEvent: "
+
aName
);
rtl
::
OStringBuffer
aTmp
(
RTL_CONSTASCII_STRINGPARAM
(
"SfxDocumentEvent: "
));
aTmp
.
append
(
rtl
::
OUStringToOString
(
aName
,
RTL_TEXTENCODING_UTF8
));
OSL_TRACE
(
aTmp
.
getStr
());
#endif
document
::
DocumentEvent
aDocumentEvent
(
(
frame
::
XModel
*
)
this
,
aName
,
xController
,
uno
::
Any
()
);
document
::
DocumentEvent
aDocumentEvent
(
(
frame
::
XModel
*
)
this
,
aName
,
xController
,
uno
::
Any
()
);
...
@@ -3006,12 +3001,7 @@ void SfxBaseModel::postEvent_Impl( const ::rtl::OUString& aName, const uno::Refe
...
@@ -3006,12 +3001,7 @@ void SfxBaseModel::postEvent_Impl( const ::rtl::OUString& aName, const uno::Refe
pIC
=
m_pData
->
m_aInterfaceContainer
.
getContainer
(
::
getCppuType
(
(
const
uno
::
Reference
<
document
::
XEventListener
>*
)
0
)
);
pIC
=
m_pData
->
m_aInterfaceContainer
.
getContainer
(
::
getCppuType
(
(
const
uno
::
Reference
<
document
::
XEventListener
>*
)
0
)
);
if
(
pIC
)
if
(
pIC
)
{
{
#ifdef DBG_UTIL
SAL_INFO
(
"sfx2"
,
"SfxEvent: "
+
aName
);
rtl
::
OStringBuffer
aTmp
(
RTL_CONSTASCII_STRINGPARAM
(
"SfxEvent: "
));
aTmp
.
append
(
rtl
::
OUStringToOString
(
aName
,
RTL_TEXTENCODING_UTF8
));
OSL_TRACE
(
aTmp
.
getStr
());
#endif
document
::
EventObject
aEvent
(
(
frame
::
XModel
*
)
this
,
aName
);
document
::
EventObject
aEvent
(
(
frame
::
XModel
*
)
this
,
aName
);
...
...
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