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
56a00607
Kaydet (Commit)
56a00607
authored
Nis 17, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708605 Uninitialized scalar field
Change-Id: Iaa4b0c4a272a899482b079b1f36f6e3e57721360
üst
8f1c5569
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
metaact.cxx
vcl/source/gdi/metaact.cxx
+10
-1
No files found.
vcl/source/gdi/metaact.cxx
Dosyayı görüntüle @
56a00607
...
@@ -944,7 +944,16 @@ void MetaPolyPolygonAction::Read( SvStream& rIStm, ImplMetaReadData* )
...
@@ -944,7 +944,16 @@ void MetaPolyPolygonAction::Read( SvStream& rIStm, ImplMetaReadData* )
}
}
}
}
IMPL_META_ACTION
(
Text
,
META_TEXT_ACTION
)
MetaTextAction
::
MetaTextAction
()
:
MetaAction
(
META_TEXT_ACTION
),
mnIndex
(
0
),
mnLen
(
0
)
{
}
MetaTextAction
::~
MetaTextAction
()
{
}
MetaTextAction
::
MetaTextAction
(
const
Point
&
rPt
,
const
OUString
&
rStr
,
MetaTextAction
::
MetaTextAction
(
const
Point
&
rPt
,
const
OUString
&
rStr
,
sal_Int32
nIndex
,
sal_Int32
nLen
)
:
sal_Int32
nIndex
,
sal_Int32
nLen
)
:
...
...
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