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
231050dd
Kaydet (Commit)
231050dd
authored
May 26, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No need for these fields for iOS
Change-Id: I3fff002919a1f15ae370c7d0c7f65e67108a6232
üst
9a34b915
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
saldatabasic.hxx
vcl/inc/saldatabasic.hxx
+2
-0
iosinst.cxx
vcl/ios/iosinst.cxx
+0
-2
No files found.
vcl/inc/saldatabasic.hxx
Dosyayı görüntüle @
231050dd
...
...
@@ -39,8 +39,10 @@ class VCL_PLUGIN_PUBLIC SalData
{
public
:
SalInstance
*
m_pInstance
;
// pointer to instance
#ifndef IOS
oslModule
m_pPlugin
;
// plugin library handle
psp
::
PrinterInfoManager
*
m_pPIManager
;
#endif
SalData
();
virtual
~
SalData
();
...
...
vcl/ios/iosinst.cxx
Dosyayı görüntüle @
231050dd
...
...
@@ -197,8 +197,6 @@ const OUString& SalGetDesktopEnvironment()
SalData
::
SalData
()
:
m_pInstance
(
0
),
m_pPlugin
(
0
),
m_pPIManager
(
0
),
mpFontList
(
0
),
mxRGBSpace
(
CGColorSpaceCreateDeviceRGB
()
),
mxGraySpace
(
CGColorSpaceCreateDeviceGray
()
)
...
...
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