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
3278a635
Kaydet (Commit)
3278a635
authored
Ara 05, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:cstylecast, involving pointer to incomplete type
Change-Id: I5372bd5f06f19db76a47e68c675c8fcb407eb8c9
üst
918f7407
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
itrform2.cxx
sw/source/core/text/itrform2.cxx
+2
-1
No files found.
sw/source/core/text/itrform2.cxx
Dosyayı görüntüle @
3278a635
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <editeng/lspcitem.hxx>
#include <editeng/lspcitem.hxx>
#include <dcontact.hxx>
#include <txtflcnt.hxx>
#include <txtflcnt.hxx>
#include <txtftn.hxx>
#include <txtftn.hxx>
#include <flyfrms.hxx>
#include <flyfrms.hxx>
...
@@ -2567,7 +2568,7 @@ SwFlyCntPortion *SwTxtFormatter::NewFlyCntPortion( SwTxtFormatInfo &rInf,
...
@@ -2567,7 +2568,7 @@ SwFlyCntPortion *SwTxtFormatter::NewFlyCntPortion( SwTxtFormatInfo &rInf,
}
}
else
else
{
{
pRet
=
new
SwFlyCntPortion
(
*
rInf
.
GetTxtFrm
(),
(
SwDrawContact
*
)
pFrmFmt
->
FindContactObj
(
),
pRet
=
new
SwFlyCntPortion
(
*
rInf
.
GetTxtFrm
(),
static_cast
<
SwDrawContact
*>
(
pFrmFmt
->
FindContactObj
()
),
aTmpBase
,
nTmpAscent
,
nTmpDescent
,
nFlyAsc
,
nFlyDesc
,
nMode
);
aTmpBase
,
nTmpAscent
,
nTmpDescent
,
nFlyAsc
,
nFlyDesc
,
nMode
);
}
}
return
pRet
;
return
pRet
;
...
...
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