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
e0b0fe24
Kaydet (Commit)
e0b0fe24
authored
Mar 05, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Drop an unused variable
üst
39d63cc9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
mathtype.cxx
starmath/source/mathtype.cxx
+1
-3
No files found.
starmath/source/mathtype.cxx
Dosyayı görüntüle @
e0b0fe24
...
@@ -666,7 +666,6 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
...
@@ -666,7 +666,6 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
sal_uInt8
nTag
,
nRecord
;
sal_uInt8
nTag
,
nRecord
;
sal_uInt8
nTabType
,
nTabStops
;
sal_uInt8
nTabType
,
nTabStops
;
sal_uInt16
nTabOffset
;
sal_uInt16
nTabOffset
;
rtl
::
OUString
sFontName
;
int
i
,
nRet
=
1
,
newline
=
0
;
int
i
,
nRet
=
1
,
newline
=
0
;
bool
bSilent
=
false
;
bool
bSilent
=
false
;
int
nPart
=
0
;
int
nPart
=
0
;
...
@@ -1762,8 +1761,7 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
...
@@ -1762,8 +1761,7 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
break
;
break
;
aSeq
.
push_back
(
nChar8
);
aSeq
.
push_back
(
nChar8
);
}
}
sFontName
=
rtl
::
OUString
(
&
aSeq
[
0
],
aSeq
.
size
(),
// Do nothing to the font name now in aSeq!?
RTL_TEXTENCODING_MS_1252
);
}
}
break
;
break
;
case
SIZE
:
case
SIZE
:
...
...
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