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
344c2dca
Kaydet (Commit)
344c2dca
authored
Şub 27, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwSrcEditWindow::Read/Write return value is never used anyway
Change-Id: I9b4064c1e08db9ac0bf48e1aa19e03b8bb495060
üst
b46f93a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
srcedtw.hxx
sw/source/ui/inc/srcedtw.hxx
+2
-4
No files found.
sw/source/ui/inc/srcedtw.hxx
Dosyayı görüntüle @
344c2dca
...
...
@@ -121,10 +121,8 @@ public:
void
SetScrollBarRanges
();
void
InitScrollBars
();
sal_uLong
Read
(
SvStream
&
rInput
)
{
return
pTextEngine
->
Read
(
rInput
)
?
1
:
0
;}
sal_uLong
Write
(
SvStream
&
rOutput
)
{
return
pTextEngine
->
Write
(
rOutput
)
?
1
:
0
;}
void
Read
(
SvStream
&
rInput
)
{
pTextEngine
->
Read
(
rInput
);
}
void
Write
(
SvStream
&
rOutput
)
{
pTextEngine
->
Write
(
rOutput
);
}
ExtTextView
*
GetTextView
()
{
return
pTextView
;}
...
...
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