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
22cc0d39
Kaydet (Commit)
22cc0d39
authored
Kas 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
so nothing consumes SfxObjectBars_Impl's name
Change-Id: I7bd8c0078656bc6fb9d144db8c65dfb8ca304b22
üst
e2e26d21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
dispatch.cxx
sfx2/source/control/dispatch.cxx
+0
-6
No files found.
sfx2/source/control/dispatch.cxx
Dosyayı görüntüle @
22cc0d39
...
@@ -89,7 +89,6 @@ struct SfxObjectBars_Impl
...
@@ -89,7 +89,6 @@ struct SfxObjectBars_Impl
{
{
sal_uInt32
nResId
;
// Resource - and ConfigId of the Toolbox
sal_uInt32
nResId
;
// Resource - and ConfigId of the Toolbox
sal_uInt16
nMode
;
// special visibility flags
sal_uInt16
nMode
;
// special visibility flags
OUString
aName
;
SfxInterface
*
pIFace
;
SfxInterface
*
pIFace
;
SfxObjectBars_Impl
()
:
nResId
(
0
),
nMode
(
0
),
pIFace
(
NULL
)
{}
SfxObjectBars_Impl
()
:
nResId
(
0
),
nMode
(
0
),
pIFace
(
NULL
)
{}
...
@@ -1330,11 +1329,6 @@ void SfxDispatcher::_Update_Impl( bool bUIActive, bool bIsMDIApp, bool bIsIPOwne
...
@@ -1330,11 +1329,6 @@ void SfxDispatcher::_Update_Impl( bool bUIActive, bool bIsMDIApp, bool bIsIPOwne
SfxObjectBars_Impl
&
rBar
=
pImp
->
aObjBars
[
nPos
&
SFX_POSITION_MASK
];
SfxObjectBars_Impl
&
rBar
=
pImp
->
aObjBars
[
nPos
&
SFX_POSITION_MASK
];
rBar
.
nMode
=
nPos
;
rBar
.
nMode
=
nPos
;
rBar
.
nResId
=
pIFace
->
GetObjectBarResId
(
nNo
).
GetId
();
rBar
.
nResId
=
pIFace
->
GetObjectBarResId
(
nNo
).
GetId
();
const
OUString
*
pName
=
pIFace
->
GetObjectBarName
(
nNo
);
if
(
pName
)
rBar
.
aName
=
*
pName
;
else
rBar
.
aName
=
""
;
rBar
.
pIFace
=
pIFace
;
rBar
.
pIFace
=
pIFace
;
if
(
bUIActive
||
bIsActive
)
if
(
bUIActive
||
bIsActive
)
...
...
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