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
d0800e35
Kaydet (Commit)
d0800e35
authored
Nis 23, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo fix: s/temporaer/temporary/
Change-Id: I8f845323ccc6446fe74ef7c1f8d55c49ed070f53
üst
1ec83676
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
textcvt.cxx
sal/textenc/textcvt.cxx
+2
-2
regband.hxx
vcl/inc/regband.hxx
+1
-1
No files found.
sal/textenc/textcvt.cxx
Dosyayı görüntüle @
d0800e35
...
...
@@ -161,7 +161,7 @@ sal_Size SAL_CALL rtl_convertTextToUnicode( rtl_TextToUnicodeConverter hConverte
{
const
ImplTextConverter
*
pConverter
=
(
const
ImplTextConverter
*
)
hConverter
;
/* Only tempora
er
, because we don't want die, if we don't have a
/* Only tempora
ry
, because we don't want die, if we don't have a
converter, because not all converters are implemented yet */
if
(
!
pConverter
)
{
...
...
@@ -239,7 +239,7 @@ sal_Size SAL_CALL rtl_convertUnicodeToText( rtl_UnicodeToTextConverter hConverte
{
const
ImplTextConverter
*
pConverter
=
(
const
ImplTextConverter
*
)
hConverter
;
/* Only tempora
er
, because we don't want die, if we don't have a
/* Only tempora
ry
, because we don't want die, if we don't have a
converter, because not all converters are implemented yet */
if
(
!
pConverter
)
{
...
...
vcl/inc/regband.hxx
Dosyayı görüntüle @
d0800e35
...
...
@@ -60,7 +60,7 @@ class ImplRegionBand
{
public
:
ImplRegionBand
*
mpNextBand
;
// pointer to the next element of the list
ImplRegionBand
*
mpPrevBand
;
// pointer to the previous element of the list (only used tempora
er
y)
ImplRegionBand
*
mpPrevBand
;
// pointer to the previous element of the list (only used tempora
ril
y)
ImplRegionBandSep
*
mpFirstSep
;
// root of the list with x-separations
ImplRegionBandPoint
*
mpFirstBandPoint
;
// root of the list with lines
long
mnYTop
;
// actual boundary of the band
...
...
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