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
968091e1
Kaydet (Commit)
968091e1
authored
May 06, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enable passing in a UserInstallation also in the C++ API
Change-Id: I0549a58bc6cebdfd9d69c078b4a6e8a891182019
üst
713a8f3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
LibreOfficeKit.hxx
include/LibreOfficeKit/LibreOfficeKit.hxx
+2
-2
No files found.
include/LibreOfficeKit/LibreOfficeKit.hxx
Dosyayı görüntüle @
968091e1
...
@@ -284,9 +284,9 @@ public:
...
@@ -284,9 +284,9 @@ public:
};
};
/// Factory method to create a lok::Office instance.
/// Factory method to create a lok::Office instance.
inline
Office
*
lok_cpp_init
(
const
char
*
pInstallPath
)
inline
Office
*
lok_cpp_init
(
const
char
*
pInstallPath
,
const
char
*
pUserProfilePath
=
NULL
)
{
{
LibreOfficeKit
*
pThis
=
lok_init
(
pInstall
Path
);
LibreOfficeKit
*
pThis
=
lok_init
_2
(
pInstallPath
,
pUserProfile
Path
);
if
(
pThis
==
NULL
||
pThis
->
pClass
->
nSize
==
0
)
if
(
pThis
==
NULL
||
pThis
->
pClass
->
nSize
==
0
)
return
NULL
;
return
NULL
;
return
new
::
lok
::
Office
(
pThis
);
return
new
::
lok
::
Office
(
pThis
);
...
...
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