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
fb407120
Kaydet (Commit)
fb407120
authored
Mar 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#738701 Uninitialized pointer field
Change-Id: Icda26e653e0c42691020453ec58b22f9469cdb2f
üst
5621d54f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lwpdrawobj.cxx
lotuswordpro/source/filter/lwpdrawobj.cxx
+4
-1
No files found.
lotuswordpro/source/filter/lwpdrawobj.cxx
Dosyayı görüntüle @
fb407120
...
@@ -565,9 +565,12 @@ XFFrame* LwpDrawPolyLine::CreateStandardDrawObj(const OUString& rStyleName)
...
@@ -565,9 +565,12 @@ XFFrame* LwpDrawPolyLine::CreateStandardDrawObj(const OUString& rStyleName)
* @param pStream The memory stream which contains the lwp-sdw draw objects
* @param pStream The memory stream which contains the lwp-sdw draw objects
*/
*/
LwpDrawPolygon
::
LwpDrawPolygon
(
SvStream
*
pStream
,
DrawingOffsetAndScale
*
pTransData
)
LwpDrawPolygon
::
LwpDrawPolygon
(
SvStream
*
pStream
,
DrawingOffsetAndScale
*
pTransData
)
:
LwpDrawObj
(
pStream
,
pTransData
)
:
LwpDrawObj
(
pStream
,
pTransData
)
,
m_nNumPoints
(
NULL
)
,
m_pVector
(
NULL
)
{
{
}
}
LwpDrawPolygon
::~
LwpDrawPolygon
()
LwpDrawPolygon
::~
LwpDrawPolygon
()
{
{
if
(
m_pVector
)
if
(
m_pVector
)
...
...
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