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
472e34d2
Kaydet (Commit)
472e34d2
authored
Tem 17, 2014
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Tem 17, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix build failure
Change-Id: I95af4c2750c01e3e48f6708306b25f774c29e592
üst
1885ebdf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
import-tests.cxx
sd/qa/unit/import-tests.cxx
+1
-1
sdmodeltestbase.hxx
sd/qa/unit/sdmodeltestbase.hxx
+0
-1
No files found.
sd/qa/unit/import-tests.cxx
Dosyayı görüntüle @
472e34d2
...
@@ -555,7 +555,7 @@ void SdFiltersTest::testBnc870237()
...
@@ -555,7 +555,7 @@ void SdFiltersTest::testBnc870237()
void
SdFiltersTest
::
testBnc887225
()
void
SdFiltersTest
::
testBnc887225
()
{
{
::
sd
::
DrawDocShellRef
xDocShRef
=
loadURL
(
getURLFromSrc
(
"/sd/qa/unit/data/pptx/bnc887225.pptx"
)
);
::
sd
::
DrawDocShellRef
xDocShRef
=
loadURL
(
getURLFromSrc
(
"/sd/qa/unit/data/pptx/bnc887225.pptx"
)
,
PPTX
);
// In the document, lastRow and lastCol table properties are used.
// In the document, lastRow and lastCol table properties are used.
// Make sure styles are set properly for individual cells.
// Make sure styles are set properly for individual cells.
...
...
sd/qa/unit/sdmodeltestbase.hxx
Dosyayı görüntüle @
472e34d2
...
@@ -168,7 +168,6 @@ protected:
...
@@ -168,7 +168,6 @@ protected:
sd
::
DrawDocShellRef
saveAndReload
(
sd
::
DrawDocShell
*
pShell
,
sal_Int32
nExportType
)
sd
::
DrawDocShellRef
saveAndReload
(
sd
::
DrawDocShell
*
pShell
,
sal_Int32
nExportType
)
{
{
FileFormat
*
pFormat
=
getFormat
(
nExportType
);
FileFormat
*
pFormat
=
getFormat
(
nExportType
);
OUString
aExt
=
OUString
(
"."
)
+
OUString
::
createFromAscii
(
pFormat
->
pName
);
utl
::
TempFile
aTempFile
;
utl
::
TempFile
aTempFile
;
aTempFile
.
EnableKillingFile
();
aTempFile
.
EnableKillingFile
();
save
(
pShell
,
pFormat
,
aTempFile
);
save
(
pShell
,
pFormat
,
aTempFile
);
...
...
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