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
61ad374e
Kaydet (Commit)
61ad374e
authored
Haz 11, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This assumption doesn't hold on all build environments.
Change-Id: Ie1f56aed91e7cbfc59e254a111991f958e9a1607
üst
0acd0ed3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
ooxmlimport.cxx
sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+4
-1
No files found.
sw/qa/extras/ooxmlimport/ooxmlimport.cxx
Dosyayı görüntüle @
61ad374e
...
@@ -2146,7 +2146,10 @@ DECLARE_OOXMLIMPORT_TEST(testFdo78883, "fdo78883.docx")
...
@@ -2146,7 +2146,10 @@ DECLARE_OOXMLIMPORT_TEST(testFdo78883, "fdo78883.docx")
uno
::
Reference
<
text
::
XTextViewCursorSupplier
>
xTextViewCursorSupplier
(
xModel
->
getCurrentController
(),
uno
::
UNO_QUERY
);
uno
::
Reference
<
text
::
XTextViewCursorSupplier
>
xTextViewCursorSupplier
(
xModel
->
getCurrentController
(),
uno
::
UNO_QUERY
);
uno
::
Reference
<
text
::
XPageCursor
>
xCursor
(
xTextViewCursorSupplier
->
getViewCursor
(),
uno
::
UNO_QUERY
);
uno
::
Reference
<
text
::
XPageCursor
>
xCursor
(
xTextViewCursorSupplier
->
getViewCursor
(),
uno
::
UNO_QUERY
);
xCursor
->
jumpToLastPage
();
xCursor
->
jumpToLastPage
();
CPPUNIT_ASSERT_EQUAL
(
sal_Int16
(
1
),
xCursor
->
getPage
());
// Check to make sure the document loaded. Note that the page number may
// be 1 or 2 depending on the environment.
CPPUNIT_ASSERT
(
xCursor
->
getPage
()
>
sal_Int16
(
0
));
}
}
DECLARE_OOXMLIMPORT_TEST
(
testFdo79535
,
"fdo79535.docx"
)
DECLARE_OOXMLIMPORT_TEST
(
testFdo79535
,
"fdo79535.docx"
)
...
...
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