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
4d12fecb
Kaydet (Commit)
4d12fecb
authored
Haz 04, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make that variable protected again
Change-Id: I17235397e490458c250165c36bec97bf1ce326d7
üst
439550c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
metric.hxx
include/vcl/metric.hxx
+2
-2
No files found.
include/vcl/metric.hxx
Dosyayı görüntüle @
4d12fecb
...
...
@@ -34,9 +34,10 @@ namespace vcl {
// avoid problems where poppler's FontInfo is picked up
class
VCL_DLLPUBLIC
FontInfo
:
public
Font
{
friend
class
OutputDevice
;
friend
class
::
OutputDevice
;
protected
:
ImplFontMetric
*
mpImplMetric
;
// Implementation
public
:
FontInfo
();
...
...
@@ -49,7 +50,6 @@ public:
bool
operator
==
(
const
FontInfo
&
)
const
;
bool
operator
!=
(
const
FontInfo
&
rInfo
)
const
{
return
!
operator
==
(
rInfo
);
}
ImplFontMetric
*
mpImplMetric
;
// Implementation
};
}
...
...
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