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
8ccb2c0e
Kaydet (Commit)
8ccb2c0e
authored
Nis 25, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
and in the chart tests
Change-Id: I1ed69bb1c09982e8d0964a700da9b22b66af82f8
üst
8536af34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
chart2import.cxx
chart2/qa/extras/chart2import.cxx
+1
-1
charttest.hxx
chart2/qa/extras/charttest.hxx
+3
-3
No files found.
chart2/qa/extras/chart2import.cxx
Dosyayı görüntüle @
8ccb2c0e
...
...
@@ -637,7 +637,7 @@ void Chart2ImportTest::testTransparentBackground(OUString const & filename)
Reference
<
beans
::
XPropertySet
>
xPropSet
(
xChart2Doc
->
getArea
(),
uno
::
UNO_QUERY
);
CPPUNIT_ASSERT_MESSAGE
(
"failed to get Area"
,
xPropSet
.
is
());
c
om
::
sun
::
star
::
drawing
::
FillStyle
aStyle
;
c
ss
::
drawing
::
FillStyle
aStyle
;
xPropSet
->
getPropertyValue
(
"FillStyle"
)
>>=
aStyle
;
CPPUNIT_ASSERT_MESSAGE
(
"Background needs to be with solid fill style"
,
aStyle
==
1
);
...
...
chart2/qa/extras/charttest.hxx
Dosyayı görüntüle @
8ccb2c0e
...
...
@@ -64,8 +64,8 @@
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
using
namespace
c
om
::
sun
::
star
;
using
namespace
c
om
::
sun
::
star
::
uno
;
using
namespace
c
ss
;
using
namespace
c
ss
::
uno
;
class
ChartTest
:
public
test
::
BootstrapFixture
,
public
unotest
::
MacrosTest
{
...
...
@@ -152,7 +152,7 @@ void ChartTest::setUp()
{
test
::
BootstrapFixture
::
setUp
();
mxDesktop
.
set
(
c
om
::
sun
::
star
::
frame
::
Desktop
::
create
(
comphelper
::
getComponentContext
(
getMultiServiceFactory
())
)
);
mxDesktop
.
set
(
c
ss
::
frame
::
Desktop
::
create
(
comphelper
::
getComponentContext
(
getMultiServiceFactory
())
)
);
}
void
ChartTest
::
tearDown
()
...
...
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