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
c83be01d
Kaydet (Commit)
c83be01d
authored
Tem 07, 2013
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove useless private operator==() from SwFont
Change-Id: I7cbc6cc1c55afe0906cacda571c9ed8dd7fd8dd7
üst
979854a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
swfont.hxx
sw/source/core/inc/swfont.hxx
+0
-3
No files found.
sw/source/core/inc/swfont.hxx
Dosyayı görüntüle @
c83be01d
...
...
@@ -62,7 +62,6 @@ class SwSubFont : public SvxFont
inline
void
CopyMagic
(
const
SwSubFont
&
rFnt
)
{
pMagic
=
rFnt
.
pMagic
;
nFntIndex
=
rFnt
.
nFntIndex
;
}
sal_Bool
operator
==
(
const
SwFont
&
rFnt
)
const
;
SwSubFont
&
operator
=
(
const
SwSubFont
&
rFont
);
short
_CheckKerning
(
);
...
...
@@ -144,8 +143,6 @@ class SwFont
sal_Bool
bGreyWave
:
1
;
// Fuers extended TextInput: Graue Wellenlinie
sal_Bool
bNoColReplace
:
1
;
// Replacement without colormanipulation
sal_Bool
operator
==
(
const
SwFont
&
rFnt
)
const
;
protected
:
inline
SwFont
()
{
pBackColor
=
NULL
;
nActual
=
SW_LATIN
;
}
...
...
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