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
4d8766a2
Kaydet (Commit)
4d8766a2
authored
Mar 31, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707869 Uninitialized scalar field
Change-Id: Ifd61e6d2af525539f759dbdabc190a7b14fc19fd
üst
ce45e313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
menuconfiguration.hxx
include/framework/menuconfiguration.hxx
+12
-4
No files found.
include/framework/menuconfiguration.hxx
Dosyayı görüntüle @
4d8766a2
...
@@ -61,14 +61,22 @@ class FWE_DLLPUBLIC MenuConfiguration
...
@@ -61,14 +61,22 @@ class FWE_DLLPUBLIC MenuConfiguration
public
:
public
:
struct
Attributes
struct
Attributes
{
{
Attributes
()
{}
Attributes
()
Attributes
(
const
OUString
&
aFrame
,
const
OUString
&
aImageIdStr
)
:
:
nStyle
(
0
)
aTargetFrame
(
aFrame
),
aImageId
(
aImageIdStr
)
{}
{
}
Attributes
(
const
OUString
&
aFrame
,
const
OUString
&
aImageIdStr
)
:
aTargetFrame
(
aFrame
)
,
aImageId
(
aImageIdStr
)
,
nStyle
(
0
)
{
}
OUString
aTargetFrame
;
OUString
aTargetFrame
;
OUString
aImageId
;
OUString
aImageId
;
::
com
::
sun
::
star
::
uno
::
WeakReference
<
::
com
::
sun
::
star
::
frame
::
XDispatchProvider
>
xDispatchProvider
;
::
com
::
sun
::
star
::
uno
::
WeakReference
<
::
com
::
sun
::
star
::
frame
::
XDispatchProvider
>
xDispatchProvider
;
sal_Int16
nStyle
;
sal_Int16
nStyle
;
};
};
MenuConfiguration
(
MenuConfiguration
(
...
...
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