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
5bc8f50e
Kaydet (Commit)
5bc8f50e
authored
Eki 10, 2018
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw_redlinehide_3: remove SwTextFrame::GetTextNode()
Change-Id: Ie46d8846887e9282ef40d63255f8a70e22f304e9
üst
971b3c93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
txtfrm.hxx
sw/source/core/inc/txtfrm.hxx
+0
-5
No files found.
sw/source/core/inc/txtfrm.hxx
Dosyayı görüntüle @
5bc8f50e
...
...
@@ -417,11 +417,6 @@ public:
/// Returns the text portion we want to edit (for inline see underneath)
const
OUString
&
GetText
()
const
;
// TODO: remove GetTextNode
SwTextNode
*
GetTextNode
()
{
return
static_cast
<
SwTextNode
*>
(
SwFrame
::
GetDep
());
}
const
SwTextNode
*
GetTextNode
()
const
{
return
static_cast
<
const
SwTextNode
*>
(
SwFrame
::
GetDep
());
}
SwTextNode
const
*
GetTextNodeForParaProps
()
const
;
SwTextNode
*
GetTextNodeFirst
()
{
return
const_cast
<
SwTextNode
*>
(
const_cast
<
SwTextFrame
const
*>
(
this
)
->
GetTextNodeFirst
());
};
...
...
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