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
7a044db5
Kaydet (Commit)
7a044db5
authored
Tem 16, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:simplifybool
Change-Id: Idb065bab0285a5db209e75e29a9f6f4d72091e8c
üst
db33fc46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xprintareas.cxx
test/source/sheet/xprintareas.cxx
+2
-2
No files found.
test/source/sheet/xprintareas.cxx
Dosyayı görüntüle @
7a044db5
...
...
@@ -23,7 +23,7 @@ namespace apitest {
uno
::
Reference
<
sheet
::
XPrintAreas
>
xPrintAreas
(
init
(),
UNO_QUERY_THROW
);
xPrintAreas
->
setPrintTitleColumns
(
sal_True
);
CPPUNIT_ASSERT_MESSAGE
(
"Wrong attribution at PrintTitleColumns"
,
xPrintAreas
->
getPrintTitleColumns
()
==
sal_True
);
CPPUNIT_ASSERT_MESSAGE
(
"Wrong attribution at PrintTitleColumns"
,
xPrintAreas
->
getPrintTitleColumns
());
}
...
...
@@ -32,7 +32,7 @@ namespace apitest {
uno
::
Reference
<
sheet
::
XPrintAreas
>
xPrintAreas
(
init
(),
UNO_QUERY_THROW
);
xPrintAreas
->
setPrintTitleRows
(
sal_True
);
CPPUNIT_ASSERT_MESSAGE
(
"Wrong attribution at PrintTitleRows"
,
xPrintAreas
->
getPrintTitleRows
()
==
sal_True
);
CPPUNIT_ASSERT_MESSAGE
(
"Wrong attribution at PrintTitleRows"
,
xPrintAreas
->
getPrintTitleRows
());
}
// the rest is right now in progress...
...
...
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