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
442104c5
Kaydet (Commit)
442104c5
authored
Nis 16, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MathType::HandleNodes return value is unused
Change-Id: Ibffcb06e1bfccc4ad604114813b0226395e2d791
üst
bfedaea4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
mathtype.cxx
starmath/source/mathtype.cxx
+1
-3
mathtype.hxx
starmath/source/mathtype.hxx
+1
-1
No files found.
starmath/source/mathtype.cxx
Dosyayı görüntüle @
442104c5
...
@@ -1950,9 +1950,8 @@ int MathType::ConvertFromStarMath( SfxMedium& rMedium )
...
@@ -1950,9 +1950,8 @@ int MathType::ConvertFromStarMath( SfxMedium& rMedium )
}
}
sal_uInt8
MathType
::
HandleNodes
(
SmNode
*
pNode
,
int
nLevel
)
void
MathType
::
HandleNodes
(
SmNode
*
pNode
,
int
nLevel
)
{
{
bool
bRet
=
false
;
switch
(
pNode
->
GetType
())
switch
(
pNode
->
GetType
())
{
{
case
NATTRIBUT
:
case
NATTRIBUT
:
...
@@ -2040,7 +2039,6 @@ sal_uInt8 MathType::HandleNodes(SmNode *pNode,int nLevel)
...
@@ -2040,7 +2039,6 @@ sal_uInt8 MathType::HandleNodes(SmNode *pNode,int nLevel)
}
}
break
;
break
;
}
}
return
bRet
;
}
}
...
...
starmath/source/mathtype.hxx
Dosyayı görüntüle @
442104c5
...
@@ -148,7 +148,7 @@ private:
...
@@ -148,7 +148,7 @@ private:
int
xfLSPACE
(
sal_uInt8
nTest
)
const
{
return
nTest
&
0x40
;}
int
xfLSPACE
(
sal_uInt8
nTest
)
const
{
return
nTest
&
0x40
;}
int
xfRULER
(
sal_uInt8
nTest
)
const
{
return
nTest
&
0x20
;}
int
xfRULER
(
sal_uInt8
nTest
)
const
{
return
nTest
&
0x20
;}
sal_uInt8
HandleNodes
(
SmNode
*
pNode
,
int
nLevel
=
0
);
void
HandleNodes
(
SmNode
*
pNode
,
int
nLevel
=
0
);
int
StartTemplate
(
sal_uInt16
nSelector
,
sal_uInt16
nVariation
=
0
);
int
StartTemplate
(
sal_uInt16
nSelector
,
sal_uInt16
nVariation
=
0
);
void
EndTemplate
(
int
nOldPendingAttributes
);
void
EndTemplate
(
int
nOldPendingAttributes
);
void
HandleSmMatrix
(
SmMatrixNode
*
pMatrix
,
int
nLevel
);
void
HandleSmMatrix
(
SmMatrixNode
*
pMatrix
,
int
nLevel
);
...
...
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