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
0c0b5c12
Kaydet (Commit)
0c0b5c12
authored
Kas 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SfxObjectUI_Impl's pName is now unused
Change-Id: Id9c0878a06c4d8f12c67bc7270669c5ff9a503e8
üst
d163c42f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
objface.cxx
sfx2/source/control/objface.cxx
+0
-7
No files found.
sfx2/source/control/objface.cxx
Dosyayı görüntüle @
0c0b5c12
...
@@ -59,7 +59,6 @@ struct SfxObjectUI_Impl
...
@@ -59,7 +59,6 @@ struct SfxObjectUI_Impl
sal_uInt32
nResId
;
sal_uInt32
nResId
;
bool
bVisible
;
bool
bVisible
;
bool
bContext
;
bool
bContext
;
OUString
*
pName
;
sal_uInt32
nFeature
;
sal_uInt32
nFeature
;
SfxObjectUI_Impl
(
sal_uInt16
n
,
sal_uInt32
nId
,
bool
bVis
,
sal_uInt32
nFeat
)
:
SfxObjectUI_Impl
(
sal_uInt16
n
,
sal_uInt32
nId
,
bool
bVis
,
sal_uInt32
nFeat
)
:
...
@@ -67,15 +66,9 @@ struct SfxObjectUI_Impl
...
@@ -67,15 +66,9 @@ struct SfxObjectUI_Impl
nResId
(
nId
),
nResId
(
nId
),
bVisible
(
bVis
),
bVisible
(
bVis
),
bContext
(
false
),
bContext
(
false
),
pName
(
0
),
nFeature
(
nFeat
)
nFeature
(
nFeat
)
{
{
}
}
~
SfxObjectUI_Impl
()
{
delete
pName
;
}
};
};
typedef
std
::
vector
<
SfxObjectUI_Impl
*>
SfxObjectUIArr_Impl
;
typedef
std
::
vector
<
SfxObjectUI_Impl
*>
SfxObjectUIArr_Impl
;
...
...
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