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
c419d2f1
Kaydet (Commit)
c419d2f1
authored
Şub 08, 2017
tarafından
Khaled Hosny
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move the typedef where it is used
Change-Id: I275e96ce3761b61b62748a1e75f1a7a88640e7cf
üst
791431d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
helper.hxx
include/vcl/helper.hxx
+0
-2
fontmanager.hxx
vcl/inc/unx/fontmanager.hxx
+2
-0
No files found.
include/vcl/helper.hxx
Dosyayı görüntüle @
c419d2f1
...
@@ -34,8 +34,6 @@ namespace osl { class File; }
...
@@ -34,8 +34,6 @@ namespace osl { class File; }
namespace
psp
namespace
psp
{
{
typedef
int
fontID
;
void
VCL_DLLPUBLIC
getPrinterPathList
(
std
::
list
<
OUString
>&
rPathList
,
const
char
*
pSubDir
);
void
VCL_DLLPUBLIC
getPrinterPathList
(
std
::
list
<
OUString
>&
rPathList
,
const
char
*
pSubDir
);
// note: gcc 3.4.1 warns about visibility if we retunr a const OUString& here
// note: gcc 3.4.1 warns about visibility if we retunr a const OUString& here
...
...
vcl/inc/unx/fontmanager.hxx
Dosyayı görüntüle @
c419d2f1
...
@@ -48,6 +48,8 @@ class FontSelectPattern;
...
@@ -48,6 +48,8 @@ class FontSelectPattern;
namespace
psp
{
namespace
psp
{
class
PPDParser
;
class
PPDParser
;
typedef
int
fontID
;
/*
/*
* the difference between FastPrintFontInfo and PrintFontInfo
* the difference between FastPrintFontInfo and PrintFontInfo
* is that the information in FastPrintFontInfo can usually
* is that the information in FastPrintFontInfo can usually
...
...
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