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
a95934d8
Kaydet (Commit)
a95934d8
authored
Tem 17, 2014
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some CppunitTest_libreofficekit_tiledrendering related problems
Change-Id: Icdcde0af1b3d5744ef2842e4b4d2b85a094ac686
üst
461e4690
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
tiledrendering.cxx
libreofficekit/qa/unit/tiledrendering.cxx
+2
-1
shim.c
libreofficekit/source/shim.c
+1
-1
No files found.
libreofficekit/qa/unit/tiledrendering.cxx
Dosyayı görüntüle @
a95934d8
...
...
@@ -42,7 +42,8 @@ public:
void
TiledRenderingTest
::
testOverlay
()
{
const
string
sSrcRoot
=
getenv
(
"SRC_ROOT"
);
const
string
sLOPath
=
sSrcRoot
+
"/instdir/program"
;
const
string
sInstDir
=
getenv
(
"INSTDIR"
);
const
string
sLOPath
=
sInstDir
+
"/program"
;
const
string
sDocPath
=
sSrcRoot
+
"/odk/examples/java/DocumentHandling/test/test1.odt"
;
scoped_ptr
<
Office
>
pOffice
(
lok_cpp_init
(
...
...
libreofficekit/source/shim.c
Dosyayı görüntüle @
a95934d8
...
...
@@ -22,7 +22,7 @@
#endif
#define TARGET_LIB "lib" "sofficeapp" ".so"
#define TARGET_MERGED_LIB "lib" "
lib
mergedlo" ".so"
#define TARGET_MERGED_LIB "lib" "mergedlo" ".so"
typedef
LibreOfficeKit
*
(
HookFunction
)(
const
char
*
install_path
);
...
...
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