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
986388e7
Kaydet (Commit)
986388e7
authored
Ock 15, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: deleting object of abstract class type with non-virtual destructor
üst
d5286b64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
w1class.cxx
sw/source/filter/ww1/w1class.cxx
+4
-0
w1class.hxx
sw/source/filter/ww1/w1class.hxx
+1
-0
No files found.
sw/source/filter/ww1/w1class.cxx
Dosyayı görüntüle @
986388e7
...
@@ -476,6 +476,10 @@ sal_uInt16 Ww1SingleSprm::Size(sal_uInt8* /*pSprm*/)
...
@@ -476,6 +476,10 @@ sal_uInt16 Ww1SingleSprm::Size(sal_uInt8* /*pSprm*/)
return
nCountBytes
;
return
nCountBytes
;
}
}
Ww1SingleSprm
::~
Ww1SingleSprm
()
{
}
sal_uInt16
Ww1SingleSprmTab
::
Size
(
sal_uInt8
*
pSprm
)
// Doc 24/25, Fastsave-Sprm
sal_uInt16
Ww1SingleSprmTab
::
Size
(
sal_uInt8
*
pSprm
)
// Doc 24/25, Fastsave-Sprm
{
{
OSL_ENSURE
(
nCountBytes
==
0
,
"Ww1SingleSprmTab"
);
OSL_ENSURE
(
nCountBytes
==
0
,
"Ww1SingleSprmTab"
);
...
...
sw/source/filter/ww1/w1class.hxx
Dosyayı görüntüle @
986388e7
...
@@ -385,6 +385,7 @@ public:
...
@@ -385,6 +385,7 @@ public:
#endif
#endif
{
{
}
}
virtual
~
Ww1SingleSprm
();
};
};
class
Ww1SingleSprmByteSized
:
public
Ww1SingleSprm
{
class
Ww1SingleSprmByteSized
:
public
Ww1SingleSprm
{
...
...
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