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
61231964
Kaydet (Commit)
61231964
authored
May 04, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop useless temp debugging strings
Change-Id: I7e9edae135bd8f3b958c2013fe6d944ab3de2100
üst
c8a7a677
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
guess.cxx
sw/source/core/text/guess.cxx
+0
-13
No files found.
sw/source/core/text/guess.cxx
Dosyayı görüntüle @
61231964
...
@@ -391,19 +391,6 @@ bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf,
...
@@ -391,19 +391,6 @@ bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf,
xHyphWord
=
aResult
.
rHyphenatedWord
;
xHyphWord
=
aResult
.
rHyphenatedWord
;
nBreakPos
+=
xHyphWord
->
getHyphenationPos
()
+
1
;
nBreakPos
+=
xHyphWord
->
getHyphenationPos
()
+
1
;
#if OSL_DEBUG_LEVEL > 1
// e.g., Schif-fahrt, referes to our string
const
OUString
aWord
=
xHyphWord
->
getWord
();
// e.g., Schiff-fahrt, referes to the word after hyphenation
const
OUString
aHyphenatedWord
=
xHyphWord
->
getHyphenatedWord
();
// e.g., Schif-fahrt: 5, referes to our string
const
sal_uInt16
nHyphenationPos
=
xHyphWord
->
getHyphenationPos
();
(
void
)
nHyphenationPos
;
// e.g., Schiff-fahrt: 6, referes to the word after hyphenation
const
sal_uInt16
nHyphenPos
=
xHyphWord
->
getHyphenPos
();
(
void
)
nHyphenPos
;
#endif
// if not in interactive mode, we have to break behind a soft hyphen
// if not in interactive mode, we have to break behind a soft hyphen
if
(
!
rInf
.
IsInterHyph
()
&&
rInf
.
GetIdx
()
)
if
(
!
rInf
.
IsInterHyph
()
&&
rInf
.
GetIdx
()
)
{
{
...
...
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