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
266abd09
Kaydet (Commit)
266abd09
authored
Kas 11, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix sfx2 build
Change-Id: Iff8317bc59b033b5765d2ba3356f8185cc40a6b3
üst
b92174e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
appreg.cxx
sfx2/source/appl/appreg.cxx
+3
-3
module.cxx
sfx2/source/appl/module.cxx
+3
-3
dispatch.cxx
sfx2/source/control/dispatch.cxx
+1
-1
No files found.
sfx2/source/appl/appreg.cxx
Dosyayı görüntüle @
266abd09
...
...
@@ -78,7 +78,7 @@ void SfxApplication::RegisterToolBoxControl_Impl( SfxModule *pMod, SfxTbxCtrlFac
for
(
size_t
n
=
0
;
n
<
pAppData_Impl
->
pTbxCtrlFac
->
size
();
n
++
)
{
SfxTbxCtrlFactory
*
pF
=
&
(
*
pAppData_Impl
->
pTbxCtrlFac
)[
n
];
if
(
pF
->
nTypeId
&&
pF
->
nTypeId
==
pFact
->
nTypeId
&&
if
(
pF
->
nTypeId
==
pFact
->
nTypeId
&&
(
pF
->
nSlotId
==
pFact
->
nSlotId
||
pF
->
nSlotId
==
0
)
)
{
SAL_INFO
(
"sfx"
,
"TbxController registration is not clearly defined!"
);
...
...
@@ -103,7 +103,7 @@ void SfxApplication::RegisterStatusBarControl_Impl( SfxModule *pMod, SfxStbCtrlF
for
(
size_t
n
=
0
;
n
<
pAppData_Impl
->
pStbCtrlFac
->
size
();
n
++
)
{
SfxStbCtrlFactory
*
pF
=
&
(
*
pAppData_Impl
->
pStbCtrlFac
)[
n
];
if
(
pF
->
nTypeId
&&
pF
->
nTypeId
==
pFact
->
nTypeId
&&
if
(
pF
->
nTypeId
==
pFact
->
nTypeId
&&
(
pF
->
nSlotId
==
pFact
->
nSlotId
||
pF
->
nSlotId
==
0
)
)
{
SAL_INFO
(
"sfx"
,
"StbController registration is not clearly defined!"
);
...
...
@@ -128,7 +128,7 @@ void SfxApplication::RegisterMenuControl_Impl( SfxModule *pMod, SfxMenuCtrlFacto
for
(
size_t
n
=
0
;
n
<
pAppData_Impl
->
pMenuCtrlFac
->
size
();
n
++
)
{
SfxMenuCtrlFactory
*
pF
=
&
(
*
pAppData_Impl
->
pMenuCtrlFac
)[
n
];
if
(
pF
->
nTypeId
&&
pF
->
nTypeId
==
pFact
->
nTypeId
&&
if
(
pF
->
nTypeId
==
pFact
->
nTypeId
&&
(
pF
->
nSlotId
==
pFact
->
nSlotId
||
pF
->
nSlotId
==
0
)
)
{
SAL_INFO
(
"sfx"
,
"MenuController register is not clearly defined!"
);
...
...
sfx2/source/appl/module.cxx
Dosyayı görüntüle @
266abd09
...
...
@@ -242,7 +242,7 @@ void SfxModule::RegisterToolBoxControl( SfxTbxCtrlFactory *pFact )
for
(
size_t
n
=
0
;
n
<
pImpl
->
pTbxCtrlFac
->
size
();
n
++
)
{
SfxTbxCtrlFactory
*
pF
=
&
(
*
pImpl
->
pTbxCtrlFac
)[
n
];
if
(
pF
->
nTypeId
&&
pF
->
nTypeId
==
pFact
->
nTypeId
&&
if
(
pF
->
nTypeId
==
pFact
->
nTypeId
&&
(
pF
->
nSlotId
==
pFact
->
nSlotId
||
pF
->
nSlotId
==
0
)
)
{
SAL_INFO
(
"sfx2.appl"
,
"TbxController-Registering is not clearly defined!"
);
...
...
@@ -264,7 +264,7 @@ void SfxModule::RegisterStatusBarControl( SfxStbCtrlFactory *pFact )
for
(
size_t
n
=
0
;
n
<
pImpl
->
pStbCtrlFac
->
size
();
n
++
)
{
SfxStbCtrlFactory
*
pF
=
&
(
*
pImpl
->
pStbCtrlFac
)[
n
];
if
(
pF
->
nTypeId
&&
pF
->
nTypeId
==
pFact
->
nTypeId
&&
if
(
pF
->
nTypeId
==
pFact
->
nTypeId
&&
(
pF
->
nSlotId
==
pFact
->
nSlotId
||
pF
->
nSlotId
==
0
)
)
{
SAL_INFO
(
"sfx2.appl"
,
"TbxController-Registering is not clearly defined!"
);
...
...
@@ -286,7 +286,7 @@ void SfxModule::RegisterMenuControl( SfxMenuCtrlFactory *pFact )
for
(
size_t
n
=
0
;
n
<
pImpl
->
pMenuCtrlFac
->
size
();
n
++
)
{
SfxMenuCtrlFactory
*
pF
=
&
(
*
pImpl
->
pMenuCtrlFac
)[
n
];
if
(
pF
->
nTypeId
&&
pF
->
nTypeId
==
pFact
->
nTypeId
&&
if
(
pF
->
nTypeId
==
pFact
->
nTypeId
&&
(
pF
->
nSlotId
==
pFact
->
nSlotId
||
pF
->
nSlotId
==
0
)
)
{
SAL_INFO
(
"sfx2.appl"
,
"MenuController-Registering is not clearly defined!"
);
...
...
sfx2/source/control/dispatch.cxx
Dosyayı görüntüle @
266abd09
...
...
@@ -1830,7 +1830,7 @@ bool SfxDispatcher::_FillState(const SfxSlotServer& rSvr, SfxItemSet& rState,
{
sal_uInt16
nSlotId
=
rState
.
GetPool
()
->
GetSlotId
(
pItem
->
Which
());
SAL_INFO_IF
(
!
pItem
->
IsA
(
pIF
->
GetSlot
(
nSlotId
)
->
GetType
()
->
Type
()
),
typeid
(
pItem
)
!=
*
pIF
->
GetSlot
(
nSlotId
)
->
GetType
()
->
Type
(
),
"sfx.control"
,
"item-type unequal to IDL (=> no BASIC) with SID: "
<<
nSlotId
<<
" in "
<<
pIF
->
GetClassName
());
...
...
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